You are here: Start » AVL.NET » Invoke.RotatePoint3DGrid
Rotates a grid of 3D points around an axis in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotatePoint3DGrid ( Avl.Point3DGrid inGrid, Avl.Line3D inAxis, float inAngle, bool inInverse, Avl.Point3DGrid outGrid, Optional<Avl.Matrix> outTransform )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inGrid | Avl.Point3DGrid | |||
![]()  | inAxis | Avl.Line3D | The rotation axis. | ||
![]()  | inAngle | float | Clockwise angle of rotation. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outGrid | Avl.Point3DGrid | |||
![]()  | outTransform | Atl.Optional<Avl.Matrix> | 


