C# 클래스 Box2DX.Common.XForm

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Position Vec2
R Mat22

공개 메소드들

메소드 설명
SetIdentity ( ) : void

Set this to the identity transform.

XForm ( Vec2 position, Mat22 rotation ) : System

Initialize using a position vector and a rotation matrix.

메소드 상세

SetIdentity() 공개 메소드

Set this to the identity transform.
public SetIdentity ( ) : void
리턴 void

XForm() 공개 메소드

Initialize using a position vector and a rotation matrix.
public XForm ( Vec2 position, Mat22 rotation ) : System
position Vec2
rotation Mat22
리턴 System

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vec2,Box2DX.Common Position
리턴 Vec2

R 공개적으로 프로퍼티

public Mat22,Box2DX.Common R
리턴 Mat22