ILNumerics Ultimate VS

Matrix4Rotation Method (Vector3, Double)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Build a rotation matrix from the specified axis/angle rotation.

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public static Matrix4 Rotation(
	Vector3 axis,
	double angle
)

Parameters

axis
Type: ILNumerics.DrawingVector3
The axis to rotate about.
angle
Type: SystemDouble
Angle in radians to rotate counter-clockwise (looking in the direction of the given axis).

Return Value

Type: Matrix4
Remarks

[ILNumerics Visualization Engine]

See Also

Reference