Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » RotatePoint3DArray
RotatePoint3DArray
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Rotates an array of 3D points around an axis in 3D.
Syntax
C++
C#
void fil::RotatePoint3DArray ( const ftl::Array<fil::Point3D>& inPoints3D, const fil::Line3D& inAxis, float inAngle, bool inInverse, ftl::Array<fil::Point3D>& outPoints3D )


