ILNumerics Ultimate VS

Vector3Spin Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
rotate the vector, keep length

[ILNumerics Visualization Engine]

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

public Vector3 Spin(
	Vector3 normal,
	float angleDeg
)

Parameters

normal
Type: ILNumerics.DrawingVector3
axis as rotation normal
angleDeg
Type: SystemSingle
angle to move (radian)

Return Value

Type: Vector3
rotated version of this vector, does not change original vector
Remarks

[ILNumerics Visualization Engine]

See Also

Reference