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

Function isPickedPointValid

source/MRMesh/MRPointOnObject.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131bool isPickedPointValid( const VisualObject* object, const PickedPoint& point )
132{
133 return getPickedPointPosition( *object, point ).has_value();
134}
135
136} //namespace MR

Callers

nothing calls this directly

Calls 1

getPickedPointPositionFunction · 0.85

Tested by

no test coverage detected