MRMESH_API VertId findDirMaxBruteForce(const Vector3f &dir, const VertCoords &points, const VertBitSet *region=nullptr)
finds the point having the largest projection on given direction by traversing all region points
MRMESH_API MinMaxArg< float, VertId > findDirMinMaxBruteForce(const Vector3f &dir, const VertCoords &points, const VertBitSet *region=nullptr)
finds the points having the smallest and the largest projections on given direction by traversing all...