You are here: Start » AVL.NET » Invoke.RotateVector3D

Invoke.RotateVector3D

Rotates a 3D vector around another 3D vector (the axis).

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateVector3D
(
	Avl.Vector3D inVector3D,
	Avl.Vector3D inAxisVector,
	float inAngle,
	bool inInverse,
	out Avl.Vector3D outVector3D
)

Parameters

Name Type Range Default Description
inVector3DAvl.Vector3D
inAxisVectorAvl.Vector3DVector to rotate around.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outVector3DAvl.Vector3D

See also