Back to FabImage Studio website
You are here: Start » Filter Reference » Geometry 3D Spatial Transforms » RotatePoint3DArray_Deprecated
Rotates an array of 3D points around an axis (point+vector) in 3D.
Name | Type | Description | |
---|---|---|---|
![]() |
inPoints3D | Point3DArray | |
![]() |
inAxisVector | Vector3D | The direction vector of the rotation axis |
![]() |
inCenter | Point3D | An arbitrary point on the rotation axis |
![]() |
inAngle | Real | Clockwise angle of rotation |
![]() |
inUseAxisLength | Bool | Assume axis length to be the rotation angle, ignore inAngle (Rodrigues' Rotation) |
![]() |
inInverse | Bool | Switches to the inverse operation |
![]() |
outPoints3D | Point3DArray |
Complexity Level
This filter is available on Basic Complexity Level.