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

Invoke.RotateVector3D

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inVector3DFil.Vector3D
inAxisVectorFil.Vector3DVector to rotate around.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outVector3DFil.Vector3D

See also