You are here: Start » AVL.NET » Invoke.RotatePoint3DArray_AroundSegment
Rotates an array of 3D points around a segment (the axis).
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotatePoint3DArray_AroundSegment ( List<Avl.Point3D> inPoints3D, Avl.Segment3D inAxisSegment, float inAngle, bool inInverse, List<Avl.Point3D> outPoints3D, Optional<Avl.Matrix> outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | inAxisSegment | Avl.Segment3D | The rotation axis. | ||
![]()  | inAngle | float | Clockwise angle of rotation. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoints3D | System.Collections.Generic.List<Avl.Point3D> | |||
![]()  | outTransform | Atl.Optional<Avl.Matrix> | 


