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

TranslatePoint3D_Toward
Header: | FIL.h |
---|---|
Namespace: | fil |
Translates a point in 3D towards another point in 3D by a specified distance.
Syntax
C++
C#
void fil::TranslatePoint3D_Toward ( const fil::Point3D& inPoint3D, const fil::Point3D& inTargetPoint, float inDistance, bool inInverse, fil::Point3D& outPoint3D )