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

Invoke.RotatePlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotatePlane
(
	Avl.Plane3D inPlane,
	Avl.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out Avl.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneAvl.Plane3D
inAxisAvl.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPlaneAvl.Plane3D

See also