C# Class Box2DX.Common.Sweep

Afficher le fichier Open project: KrugerHeavyIndustries/box2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
A0 float
C0 System.Vector2
LocalCenter System.Vector2
T0 float

Méthodes publiques

Méthode Description
Advance ( float t ) : void

Advance the sweep forward, yielding a new initial state.

GetTransform ( Box2DX.Common.Transform &xf, float alpha ) : void

Get the interpolated Transform at a specific time.

Method Details

Advance() public méthode

Advance the sweep forward, yielding a new initial state.
public Advance ( float t ) : void
t float The new initial time.
Résultat void

GetTransform() public méthode

Get the interpolated Transform at a specific time.
public GetTransform ( Box2DX.Common.Transform &xf, float alpha ) : void
xf Box2DX.Common.Transform
alpha float Alpha is a factor in [0,1], where 0 indicates t0.
Résultat void

Property Details

A0 public_oe property

public float A0
Résultat float

C0 public_oe property

public Vector2,System C0
Résultat System.Vector2

LocalCenter public_oe property

public Vector2,System LocalCenter
Résultat System.Vector2

T0 public_oe property

public float T0
Résultat float