MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getRadius

Method getRadius

src/modules/physics/src/eepp/physics/shapepoint.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35cpFloat ShapePoint::getRadius() {
36 return cpCircleShapeGetRadius( mShape );
37}
38
39void ShapePoint::setRadius( const cpFloat& radius ) {
40 cpCircleShapeSetRadius( mShape, radius );

Callers 4

saveToStreamMethod · 0.45
scheduledUpdateMethod · 0.45
onLightRadiusChangeMethod · 0.45
onLightSelectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected