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

RotateVector3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Rotates a 3D vector around another 3D vector (the axis).
Syntax
C++
C#
void fil::RotateVector3D ( const fil::Vector3D& inVector3D, const fil::Vector3D& inAxisVector, float inAngle, bool inInverse, fil::Vector3D& outVector3D )