an object and its transformation to global space with other objects More...
#include <MRMeshOrPoints.h>
Public Member Functions | |
MRMESH_API std::function< MeshOrPoints::ProjectionResult(const Vector3f &)> | projector () const |
returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult | |
MRMESH_API MeshOrPoints::LimitedProjectorFunc | limitedProjector () const |
Public Attributes | |
MeshOrPoints | obj |
AffineXf3f | xf |
an object and its transformation to global space with other objects
|
nodiscard |
returns a function that updates previously known projection (closest) points on this, the update takes place only if newly found closest point is closer to p than sqrt(res.distSq) given on input
|
nodiscard |
returns a function that finds projection (closest) points on this: Vector3f->ProjectionResult
MeshOrPoints MR::MeshOrPointsXf::obj |
AffineXf3f MR::MeshOrPointsXf::xf |