Piccolo.NET

PMatrix.RotateBy Method

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

Overload List

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

public virtual void RotateBy(float);

Applies a clockwise rotation about the specified point to this PMatrix object by prepending the rotation.

public virtual void RotateBy(float,float,float);

See Also

PMatrix Class | UMD.HCIL.Piccolo.Util Namespace