MCPcopy Create free account
hub / github.com/ByteArena/box2d / IsLeaf

Method IsLeaf

CollisionB2DynamicTree.go:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31}
32
33func (node B2TreeNode) IsLeaf() bool {
34 return node.Child1 == B2_nullNode
35}
36
37/// A dynamic AABB tree broad-phase, inspired by Nathanael Presson's btDbvt.
38/// A dynamic tree arranges data in a binary tree to accelerate

Callers 11

QueryMethod · 0.80
RayCastMethod · 0.80
DestroyProxyMethod · 0.80
MoveProxyMethod · 0.80
InsertLeafMethod · 0.80
BalanceMethod · 0.80
ComputeHeightMethod · 0.80
ValidateStructureMethod · 0.80
ValidateMetricsMethod · 0.80
GetMaxBalanceMethod · 0.80
RebuildBottomUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected