Back to Adaptive Vision Library Lite website
You are here: Start » Geometry 2D Spatial Transforms » RescalePointArray
RescalePointArray
Changes the distances of points from an array to a reference point.
Syntax
void avl::RescalePointArray ( const atl::Array<avl::Point2D>& inPoints, atl::Optional<const avl::Point2D&> inReferencePoint, atl::real inScale, bool inInverse, atl::Array<avl::Point2D>& outPoints )


