Piccolo.NET

PMatrix.RotateBy Method (Single)

Prepend to this PMatrix object a clockwise rotation, around the origin and by the specified angle. PMatrix object.

public virtual void RotateBy(
   float theta
);

Parameters

theta
The angle of the rotation, in degrees.

Remarks

This value will be applied to the current rotation value of the matrix. This is not the same as setting the Rotation directly.

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace | PMatrix.RotateBy Overload List


Web Accessibility