Void
ITransformation3D
.Rotate(
IVector3D
direction, Double angle)
Applies a rotation centered in (0, 0, 0) around the given axis.
Remarks
Examples
Parameters
direction
Type:
IVector3D
The normalized rotation direction.
angle
Type: Double
The rotation angle in radian.
Return Value
Type: Void