MCPcopy Create free account
hub / github.com/dartsim/dart / SphereShape

Method SphereShape

dart/dynamics/SphereShape.cpp:45–48  ·  view source on GitHub ↗

==============================================================================

Source from the content-addressed store, hash-verified

43
44//==============================================================================
45SphereShape::SphereShape(double radius) : Shape(SPHERE)
46{
47 setRadius(radius);
48}
49
50//==============================================================================
51SphereShape::~SphereShape()

Callers 2

collision_groups_testerFunction · 0.80
test_raycastFunction · 0.80

Calls

no outgoing calls

Tested by 2

collision_groups_testerFunction · 0.64
test_raycastFunction · 0.64