MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / projectPoint

Method projectPoint

source/MRMesh/MRPointObject.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54FeatureObjectProjectPointResult PointObject::projectPoint( const Vector3f& /*point*/, ViewportId id /*= {}*/ ) const
55{
56 return { getPoint( id ), std::nullopt };
57}
58
59void PointObject::swapBase_( Object& other )
60{

Callers

nothing calls this directly

Calls 1

getPointFunction · 0.85

Tested by

no test coverage detected