ImageGear for .NET
Rotate Method
See Also  Send Feedback
ImageGear21.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorEntity Class : Rotate Method




angle
Rotation angle in radians.
vectorX
X coordinate of the rotation vector.
vectorY
Y coordinate of the rotation vector.
vectorZ
Z coordinate of the rotation vector.
transformBeforeRotating
Defines the order of transformation.

Glossary Item Box

Rotates the entity about to the specified vector on the specified angle.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

angle
Rotation angle in radians.
vectorX
X coordinate of the rotation vector.
vectorY
Y coordinate of the rotation vector.
vectorZ
Z coordinate of the rotation vector.
transformBeforeRotating
Defines the order of transformation.

Remarks

If transformBeforeRotating parameter is true then rotation is performed before other transformations (that is, the current matrix is multiplied by the rotation matrix). Otherwise, the rotation matrix is multiplied by the current matrix.

See Also

©2013. Accusoft Corporation. All Rights Reserved.