Start » Filter Reference » Geometry 3D » Geometry 3D Spatial Transforms » RescalePoint3DArray
Module: | Vision3DLite |
---|
Changes the distances of array points to a reference point.
Name | Type | Description | |
---|---|---|---|
inPoints3D | Point3DArray | ||
inReferencePoint | Point3D | Point to which the distances will be changed | |
inScale | Real | Scaling factor | |
inInverse | Bool | Switches to the inverse operation | |
outPoints3D | Point3DArray |
Hardware Acceleration
This operation is optimized for SSE2 technology.
This operation is optimized for AVX2 technology.
This operation is optimized for NEON technology.
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. |
Complexity Level
This filter is available on Basic Complexity Level.