Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
cpFloat ShapePoint::getRadius() {
36
return cpCircleShapeGetRadius( mShape );
37
}
38
39
void ShapePoint::setRadius( const cpFloat& radius ) {
40
cpCircleShapeSetRadius( mShape, radius );
Callers
4
saveToStream
Method · 0.45
scheduledUpdate
Method · 0.45
onLightRadiusChange
Method · 0.45
onLightSelect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected