Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
int32 b2EdgeShape::GetChildCount() const
40
{
41
return 1;
42
}
43
44
bool b2EdgeShape::TestPoint(const b2Transform& xf, const b2Vec2& p) const
45
{
Callers
3
Create
Method · 0.45
Destroy
Method · 0.45
CreateProxies
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected