Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » RotatePoint3DArray_Deprecated

RotatePoint3DArray_Deprecated
Header: | FIL.h |
---|---|
Namespace: | fil |
Rotates an array of 3D points around an axis (point+vector) in 3D.
Syntax
C++
void fil::RotatePoint3DArray_Deprecated ( const ftl::Array<fil::Point3D>& inPoints3D, const fil::Vector3D& inAxisVector, const fil::Point3D& inCenter, float inAngle, bool inUseAxisLength, bool inInverse, ftl::Array<fil::Point3D>& outPoints3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoints3D | const Array<Point3D>& | ||
![]() |
inAxisVector | const Vector3D& | The direction vector of the rotation axis | |
![]() |
inCenter | const Point3D& | An arbitrary point on the rotation axis | |
![]() |
inAngle | float | 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 | Array<Point3D>& |