C# Class Box2D.Collision.Broadphase.TreeNode

Show file Open project: gerich-home/box2dnet Class Usage Examples

Public Properties

Property Type Description
AABB AABB

Protected Properties

Property Type Description
Child1 int
Child2 int
Height int
Parent int

Protected Methods

Method Description
TreeNode ( )

Should never be constructed outside the engine

Method Details

TreeNode() protected method

Should never be constructed outside the engine
protected TreeNode ( )

Property Details

AABB public property

Enlarged AABB
public AABB AABB
return AABB

Child1 protected property

protected int Child1
return int

Child2 protected property

protected int Child2
return int

Height protected property

protected int Height
return int

Parent protected property

protected int Parent
return int