Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Geometry 2D » Geometry 2D Spatial Transforms » RescalePointArray

RescalePointArray


Module: FoundationLite

Changes the distances of points from an array to a reference point.

Name Type Description
Input value inPoints Point2DArray
Input value inReferencePoint Point2D* Point to which the distances will be changed (the mass center by default)
Input value inScale Real Scaling factor
Input value inInverse Bool Switches to the inverse operation
Output value outPoints Point2DArray

Errors

This filter can throw an exception to report error. Read how to deal with errors in Error Handling.

List of possible exceptions:

Error type Description
DomainError Scale cannot be zero in an inverse rescaling of a point in RescalePointArray.

Complexity Level

This filter is available on Advanced Complexity Level.