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

Function height

source/MRMesh/MRBox.h:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359/// returns size along y axis
360template <typename V>
361inline auto height( const Box<V>& box )
362{
363 return box.max.y - box.min.y;
364}
365
366/// returns size along z axis
367template <typename V>

Callers 15

actionMethod · 0.85
drawBorderMethod · 0.85
fillViewportMethod · 0.85
pickObjectsInRectMethod · 0.85
sizeFunction · 0.85
toVec4Function · 0.85
findIncidentFacesFunction · 0.85
findVertsInViewportAreaFunction · 0.85
draw_textMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected