You are here: Start » AVL.NET » Invoke.RotateSegment3D_AroundSegment
Rotates a segment in 3D around a segment (the axis) in 3D.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void RotateSegment3D_AroundSegment ( Avl.Segment3D inSegment3D, Avl.Segment3D inAxisSegment, float inAngle, bool inInverse, out Avl.Segment3D outSegment3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment3D | Avl.Segment3D | |||
![]() | inAxisSegment | Avl.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSegment3D | Avl.Segment3D |


