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

Method getHeight

source/MRMesh/MRConeObject.cpp:49–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49float ConeObject::getHeight( ViewportId id /*= {}*/ ) const
50{
51 return s_.get( id ).z.z;
52}
53void ConeObject::setHeight( float height, ViewportId id /*= {}*/ )
54{
55 auto direction = getDirection( id );

Callers 1

primitiveFromObjectFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected