MCPcopy Create free account
hub / github.com/cinder/Cinder / GetChildCount

Method GetChildCount

blocks/Box2D/src/Box2D/Collision/Shapes/b2EdgeShape.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39int32 b2EdgeShape::GetChildCount() const
40{
41 return 1;
42}
43
44bool b2EdgeShape::TestPoint(const b2Transform& xf, const b2Vec2& p) const
45{

Callers 3

CreateMethod · 0.45
DestroyMethod · 0.45
CreateProxiesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected