You are here: Start » AVL.NET » AVS.RotatePoint3D Method

AVS.RotatePoint3D Method

Rotates a 3D point around an axis in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePoint3D
(
	AvlNet.Point3D inPoint3D,
	AvlNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out AvlNet.Point3D outPoint3D,
	NullableRef<AvlNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inPoint3DAvlNet.Point3D
inAxisAvlNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPoint3DAvlNet.Point3D
outTransformAvlNet.NullableRef<AvlNet.Matrix> Can be null to skip this parameter calculation.

Function Overrides

See also