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

Invoke.RotateSegment3D

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void RotateSegment3D
(
	Avl.Segment3D inSegment3D,
	Avl.Line3D inAxis,
	float inAngle,
	bool inInverse,
	out Avl.Segment3D outSegment3D
)

Parameters

Name Type Range Default Description
inSegment3DAvl.Segment3D
inAxisAvl.Line3DThe rotation axis.
inAnglefloatClockwise angle of rotation.
inInverseboolSwitches to the inverse operation.
outSegment3DAvl.Segment3D

See also