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

AVS.RotatePlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePlane
(
	AvlNet.Plane3D inPlane,
	AvlNet.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out AvlNet.Plane3D outPlane
)

Parameters

Name Type Range Default Description
inPlaneAvlNet.Plane3D
inAxisAvlNet.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outPlaneAvlNet.Plane3D

See also