You are here: Start » AVL.NET » 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 | |
---|---|---|---|---|---|
![]() | inLine3D | Avl.Line3D | |||
![]() | inAxisSegment | Avl.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outLine3D | Avl.Line3D |