C# Class Jitter.Collision.CollisionSystemPersistentSAP.SweepPoint

Show file Open project: tpb3d/TPB3D

Public Properties

Property Type Description
Axis int
Begin bool
Body IBroadphaseEntity

Public Methods

Method Description
GetValue ( ) : float
SweepPoint ( IBroadphaseEntity body, bool begin, int axis ) : System

Method Details

GetValue() public method

public GetValue ( ) : float
return float

SweepPoint() public method

public SweepPoint ( IBroadphaseEntity body, bool begin, int axis ) : System
body IBroadphaseEntity
begin bool
axis int
return System

Property Details

Axis public property

public int Axis
return int

Begin public property

public bool Begin
return bool

Body public property

public IBroadphaseEntity Body
return IBroadphaseEntity