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