Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » AlignPointArray
Moves an array of points from a local coordinate system to the absolute one.
Syntax
C++
C#
void avl::AlignPointArray ( const atl::Array<avl::Point2D>& inPoints, const avl::CoordinateSystem2D& inAlignment, bool inInverse, atl::Array<avl::Point2D>& outPoints )


