Table of Contents

Interface IDynamicTreeProxy

Namespace
Jitter2.Collision
Assembly
Jitter2.dll

Represents an entity that can be tracked by the DynamicTree for broadphase collision detection.

public interface IDynamicTreeProxy : IPartitionedSetIndex
Inherited Members

Properties

NodePtr

Gets or sets the internal node pointer used by the tree.

int NodePtr { get; set; }

Property Value

int

Remarks

This value is managed internally by DynamicTree. Do not modify directly.

Velocity

Gets the velocity of the entity, used for bounding box expansion.

JVector Velocity { get; }

Property Value

JVector

WorldBoundingBox

Gets the axis-aligned bounding box of the entity in world space.

JBoundingBox WorldBoundingBox { get; }

Property Value

JBoundingBox