Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D Spatial Transforms » RescalePoint3DArray

RescalePoint3DArray
Header: | FIL.h |
---|---|
Namespace: | fil |
Changes the distances of array points to a reference point.
Syntax
C++
C#
void fil::RescalePoint3DArray ( const ftl::Array<fil::Point3D>& inPoints3D, const fil::Point3D& inReferencePoint, float inScale, bool inInverse, ftl::Array<fil::Point3D>& outPoints3D )