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

AVL.RotatePoint3D(AvlNet.Point3D, AvlNet.Vector3D, AvlNet.Point3D, float, bool, bool, AvlNet.Point3D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void RotatePoint3D(
	AvlNet.Point3D inPoint,
	AvlNet.Vector3D inAxisVector,
	AvlNet.Point3D inCenter,
	float inAngle,
	bool inUseAxisLength,
	bool inInverse,
	out AvlNet.Point3D outPoint
)

Parameters

inPoint
Type: AvlNet.Point3D
inAxisVector
Type: AvlNet.Vector3D
inCenter
Type: AvlNet.Point3D
inAngle
Type: System.Single
inUseAxisLength
Type: System.Boolean
inInverse
Type: System.Boolean
outPoint
Type: AvlNet.Point3D

See also