C# Class Jitter.Collision.CollisionSystemPersistentSAP.SweepPoint

Mostrar archivo 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_oe property

public int Axis
return int

Begin public_oe property

public bool Begin
return bool

Body public_oe property

public IBroadphaseEntity Body
return IBroadphaseEntity