ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
this group
Rotate this subtree by rotation axis and angle
[ILNumerics Visualization Engine]
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
public Group Rotate( double directionX, double directionY, double directionZ, double angle )
Parameters
- directionX
- Type: SystemDouble
rotation axis X coordinate - directionY
- Type: SystemDouble
rotation axis Y coordinate - directionZ
- Type: SystemDouble
rotation axis Z coordinate - angle
- Type: SystemDouble
angle in radians
Return Value
Type: Groupthis group
Remarks
[ILNumerics Visualization Engine]
See Also