I suggesto to change directly the PowerTypes unit in the pRotate4 procedure:
Code:
 // convert angle to radians
 //Beta:= (Angle * Pi) / 128;
to:
Code:
 // convert angle to radians
 Beta:= (Angle * Pi) / 180;