You are here: Start » AVL.NET » AVL.RotatePoint3DArray Method
AVL.RotatePoint3DArray Method
Rotates an array of 3D points around an axis in 3D.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotatePoint3DArray( AvlNet.Point3D[] inPoints3D, AvlNet.Line3D inAxis, float inAngle, bool inInverse, out AvlNet.Point3D[] outPoints3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints3D | AvlNet.Point3D | |||
![]() | inAxis | AvlNet.Line3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | AvlNet.Point3D |


