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

Method getWorldDelta

source/MRMesh/MRDistanceMeasurementObject.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37Vector3f DistanceMeasurementObject::getWorldDelta() const
38{
39 Vector3f ret = getLocalDelta();
40 if ( parent() )
41 ret = parent()->worldXf().A * ret;
42 return ret;
43}
44
45Vector3f DistanceMeasurementObject::getLocalDelta() const
46{

Callers 2

ImGuiMenu.cppFile · 0.80
renderUiMethod · 0.80

Calls 2

parentFunction · 0.85
worldXfMethod · 0.80

Tested by

no test coverage detected