MCPcopy 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

14MR_ADD_CLASS_FACTORY( CircleObject )
15
16float CircleObject::getRadius( ViewportId id /*= {}*/ ) const
17{
18 return s_.get( id ).x.x;
19}
20
21Vector3f CircleObject::getCenter( ViewportId id /*= {}*/ ) const
22{

Callers 2

processRotation_Method · 0.45
primitiveFromObjectFunction · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected