Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Spatial Transforms » TranslatePoint_Toward
TranslatePoint_Toward
Translates a point towards another point by a specified distance.
Syntax
void avl::TranslatePoint_Toward ( const avl::Point2D& inPoint, const avl::Point2D& inTargetPoint, atl::real inDistance, bool inInverse, avl::Point2D& outPoint )


