Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
float ConeObject::getBaseRadius( ViewportId id /*= {}*/ ) const
93
{
94
return s_.get( id ).x.x;
95
}
96
97
void ConeObject::setBaseRadius( float radius, ViewportId id /*= {}*/ )
98
{
Callers
1
primitiveFromObject
Function · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected