ILNumerics Ultimate VS

GroupRotate Method (Double, Double, Double, Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
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: Group
this group
Remarks

[ILNumerics Visualization Engine]

See Also

Reference