You are here: Start » AVL.NET » AVL.RotateVector3D(AvlNet.Vector3D, AvlNet.Vector3D, float, bool, bool, AvlNet.Vector3D)

AVL.RotateVector3D(AvlNet.Vector3D, AvlNet.Vector3D, float, bool, bool, AvlNet.Vector3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RotateVector3D(
	AvlNet.Vector3D inVector,
	AvlNet.Vector3D inAxisVector,
	float inAngle,
	bool inUseAxisLength,
	bool inInverse,
	out AvlNet.Vector3D outVector
)

Parameters

inVector
Type: AvlNet.Vector3D
inAxisVector
Type: AvlNet.Vector3D
inAngle
Type: System.Single
inUseAxisLength
Type: System.Boolean
inInverse
Type: System.Boolean
outVector
Type: AvlNet.Vector3D

See also