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

RotatePlane
Header: | FIL.h |
---|---|
Namespace: | fil |
Rotates a plane in 3D around an axis in 3D.
Syntax
C++
C#
void fil::RotatePlane ( const fil::Plane3D& inPlane, const fil::Line3D& inAxis, float inAngle, bool inInverse, fil::Plane3D& outPlane )