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

Method getBaseRadius

source/MRMesh/MRConeObject.cpp:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92float ConeObject::getBaseRadius( ViewportId id /*= {}*/ ) const
93{
94 return s_.get( id ).x.x;
95}
96
97void ConeObject::setBaseRadius( float radius, ViewportId id /*= {}*/ )
98{

Callers 1

primitiveFromObjectFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected