[This is preliminary documentation and is subject to change.]

Rotate the vector around an axis. This overrides the current vector.

Namespace:  IcarusSceneEngine
Assembly:  IcarusSceneEngine (in IcarusSceneEngine)
Version: 1.0.0.0

Syntax

C#
public Vector Rotate(
	ref Vector axis,
	double angle
)

Parameters

axis
Type: IcarusSceneEngine..::.Vector%
Axis to rotate around
angle
Type: System..::.Double
Angle (in radians) to rotate

Return Value

The newly rotated vector

See Also