Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Spatial Transforms » RescalePathArray
RescalePathArray
Translates each point of each path proportionally to its distance to a reference point.
Syntax
C++
C#
void avl::RescalePathArray ( const atl::Array<avl::Path>& inPaths, atl::Optional<const avl::Point2D&> inReferencePoint, atl::real inScale, bool inInverse, atl::Array<avl::Path>& outPaths )


