Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » TranslatePoint3D
TranslatePoint3D
| Header: | FIL.h |
|---|---|
| Namespace: | fil |
Translates a point by a vector.
Syntax
C++
C#
void fil::TranslatePoint3D ( const fil::Point3D& inPoint3D, const fil::Vector3D& inDelta, bool inInverse, fil::Point3D& outPoint3D )


