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

AVS.RotateLine3D_AroundSegment Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void RotateLine3D_AroundSegment
(
	AvlNet.Line3D inLine3D,
	AvlNet.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out AvlNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvlNet.Line3D
inAxisSegmentAvlNet.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLine3DAvlNet.Line3D

See also