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

Method setCurrentPosition

source/MRViewer/MRSurfacePointPicker.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void SurfacePointWidget::setCurrentPosition( const PointOnObject& pos )
329{
330 currentPos_ = pointOnObjectToPickedPoint( baseObject_.get(), pos );
331 updatePositionAndRadius_();
332}
333
334void SurfacePointWidget::setCurrentPosition( const PickedPoint& pos )
335{

Callers 1

createPickWidget_Method · 0.80

Calls 2

getMethod · 0.45

Tested by

no test coverage detected