You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.RotatePlane

AVL.RotatePlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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

Errors

List of possible exceptions:

Error type Description
DomainError Indefinite line on input in RotatePlane.
DomainError Indefinite plane on input in RotatePlane.

See also