C# 클래스 Box2DX.Common.Sweep

파일 보기 프로젝트 열기: KrugerHeavyIndustries/box2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A0 float
C0 System.Vector2
LocalCenter System.Vector2
T0 float

공개 메소드들

메소드 설명
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.

메소드 상세

Advance() 공개 메소드

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

GetTransform() 공개 메소드

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.
리턴 void

프로퍼티 상세

A0 공개적으로 프로퍼티

public float A0
리턴 float

C0 공개적으로 프로퍼티

public Vector2,System C0
리턴 System.Vector2

LocalCenter 공개적으로 프로퍼티

public Vector2,System LocalCenter
리턴 System.Vector2

T0 공개적으로 프로퍼티

public float T0
리턴 float