Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getRadius
Method
getRadius
source/MRMesh/MRCircleObject.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
MR_ADD_CLASS_FACTORY( CircleObject )
15
16
float CircleObject::getRadius( ViewportId id /*= {}*/ ) const
17
{
18
return s_.get( id ).x.x;
19
}
20
21
Vector3f CircleObject::getCenter( ViewportId id /*= {}*/ ) const
22
{
Callers
2
processRotation_
Method · 0.45
primitiveFromObject
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected