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

Method clone

dart/dynamics/BoxShape.cpp:120–123  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

118
119//==============================================================================
120ShapePtr BoxShape::clone() const
121{
122 return std::make_shared<BoxShape>(mSize);
123}
124
125//==============================================================================
126void BoxShape::updateBoundingBox() const

Callers 3

cloneNodeMethod · 0.45
cloneNodeMethod · 0.45
cloneNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected