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

Method getWorldPoint

source/MRMesh/MRPointMeasurementObject.cpp:60–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60Vector3f PointMeasurementObject::getWorldPoint( ViewportId id ) const
61{
62 Vector3f ret = getLocalPoint( id );
63 if ( parent() )
64 ret = parent()->worldXf( id )( ret );
65 return ret;
66}
67
68void PointMeasurementObject::setLocalPoint( const Vector3f& point, ViewportId id )
69{

Callers 1

renderUiMethod · 0.45

Calls 2

parentFunction · 0.85
worldXfMethod · 0.80

Tested by

no test coverage detected