C# 클래스 Box2D.Common.Sweep

파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A float
A0 float
Alpha0 float
C Vec2
C0 Vec2
LocalCenter Vec2

공개 메소드들

메소드 설명
Advance ( float alpha ) : void

Advance the sweep forward, yielding a new initial state.

GetTransform ( Transform xf, float beta ) : void

Get the interpolated transform at a specific time.

Normalize ( ) : void
Set ( Sweep argCloneFrom ) : Sweep
Sweep ( ) : System
ToString ( ) : String

메소드 상세

Advance() 공개 메소드

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

GetTransform() 공개 메소드

Get the interpolated transform at a specific time.
public GetTransform ( Transform xf, float beta ) : void
xf Transform the result is placed here - must not be null
beta float the normalized time in [0,1].
리턴 void

Normalize() 공개 메소드

public Normalize ( ) : void
리턴 void

Set() 공개 메소드

public Set ( Sweep argCloneFrom ) : Sweep
argCloneFrom Sweep
리턴 Sweep

Sweep() 공개 메소드

public Sweep ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

프로퍼티 상세

A 공개적으로 프로퍼티

World angles
public float A
리턴 float

A0 공개적으로 프로퍼티

World angles
public float A0
리턴 float

Alpha0 공개적으로 프로퍼티

Fraction of the current time step in the range [0,1] c0 and a0 are the positions at alpha0.
public float Alpha0
리턴 float

C 공개적으로 프로퍼티

public Vec2,Box2D.Common C
리턴 Vec2

C0 공개적으로 프로퍼티

Center world positions
public Vec2,Box2D.Common C0
리턴 Vec2

LocalCenter 공개적으로 프로퍼티

Local center of mass position
public Vec2,Box2D.Common LocalCenter
리턴 Vec2