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

Invoke.RotateLine3D_AroundSegment

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateLine3D_AroundSegment
(
	Avl.Line3D inLine3D,
	Avl.Segment3D inAxisSegment,
	float inAngle,
	bool inInverse,
	out Avl.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inLine3DAvl.Line3D
inAxisSegmentAvl.Segment3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outLine3DAvl.Line3D

See also