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

Method ComputeTotalHeight

CollisionB2DynamicTree.go:666–668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

664}
665
666func (tree B2DynamicTree) ComputeTotalHeight() int {
667 return tree.ComputeHeight(tree.M_root)
668}
669
670func (tree B2DynamicTree) ValidateStructure(index int) {
671 if index == B2_nullNode {

Callers

nothing calls this directly

Calls 1

ComputeHeightMethod · 0.95

Tested by

no test coverage detected