C# 클래스 Myre.Physics.Collisions.SatResult

파일 보기 프로젝트 열기: TomGillen/Myre 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
A Geometry
B Geometry
DeepestPoint Vector2
NormalAxis Vector2
Penetration float

공개 메소드들

메소드 설명
Equals ( SatResult obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int

메소드 상세

Equals() 공개 메소드

public Equals ( SatResult obj ) : bool
obj SatResult
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

프로퍼티 상세

A 공개적으로 프로퍼티

public Geometry A
리턴 Geometry

B 공개적으로 프로퍼티

public Geometry B
리턴 Geometry

DeepestPoint 공개적으로 프로퍼티

public Vector2 DeepestPoint
리턴 Vector2

NormalAxis 공개적으로 프로퍼티

public Vector2 NormalAxis
리턴 Vector2

Penetration 공개적으로 프로퍼티

public float Penetration
리턴 float