You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.RotatePoint3DArray_AroundSegment
Rotates an array of 3D points around a segment (the axis).
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void RotatePoint3DArray_AroundSegment ( IList<FilNet.Point3D> inPoints3D, FilNet.Segment3D inAxisSegment, float inAngle, bool inInverse, IList<FilNet.Point3D> outPoints3D, FilNet.Matrix outTransform )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | inAxisSegment | FilNet.Segment3D | The rotation axis. | ||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPoints3D | System.Collections.Generic.IList<FilNet.Point3D> | |||
![]() | outTransform | FilNet.Matrix |
Hardware Acceleration
This operation is optimized for SSE41 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.
This operation supports automatic parallelization for multicore and multiprocessor systems.
Hardware acceleration settings may be manipulated with Settings class.
Function Overrides
- RotatePoint3DArray_AroundSegment(IList<Point3D>, Segment3D, Single, Boolean, IList<Point3D>)
- RotatePoint3DArray_AroundSegment(IList<Point3D>, Segment3D, Single, Boolean, IList<Point3D>, NullableRef<Matrix>)