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

RotatePoint3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Rotates a 3D point around an axis in 3D.
Syntax
C++
C#
void fil::RotatePoint3D ( const fil::Point3D& inPoint3D, const fil::Line3D& inAxis, float inAngle, bool inInverse, fil::Point3D& outPoint3D )