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

AVS.RotatePlane_AroundSegment Method

Rotates a plane in 3D around a segment (the axis) in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotatePlane_AroundSegment
(
	AvlNet.Plane3D inPlane,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out AvlNet.Plane3D outPlane
)

Parameters

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

See also