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

Method computeAngle

source/MRMesh/MRAngleMeasurementObject.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86float AngleMeasurementObject::computeAngle() const
87{
88 if ( !cachedValue_ )
89 cachedValue_ = angle( getWorldRay( false ), getWorldRay( true ) );
90 return *cachedValue_;
91}
92
93std::vector<std::string> AngleMeasurementObject::getInfoLines() const
94{

Callers 1

ImGuiMenu.cppFile · 0.80

Calls 1

angleFunction · 0.70

Tested by

no test coverage detected