Back to Adaptive Vision Library website
You are here: Start » Function Reference » Geometry 2D Spatial Transforms » RotatePointArray
Rotates an array of points clockwise around a center point.
Syntax
C++
C#
void avl::RotatePointArray ( const atl::Array<avl::Point2D>& inPoints, atl::Optional<const avl::Point2D&> inCenter, atl::real inAngle, bool inInverse, atl::Array<avl::Point2D>& outPoints )


