C# 클래스 Jitter.Collision.CollisionSystemPersistentSAP.SweepPoint

파일 보기 프로젝트 열기: tpb3d/TPB3D

공개 프로퍼티들

프로퍼티 타입 설명
Axis int
Begin bool
Body IBroadphaseEntity

공개 메소드들

메소드 설명
GetValue ( ) : float
SweepPoint ( IBroadphaseEntity body, bool begin, int axis ) : System

메소드 상세

GetValue() 공개 메소드

public GetValue ( ) : float
리턴 float

SweepPoint() 공개 메소드

public SweepPoint ( IBroadphaseEntity body, bool begin, int axis ) : System
body IBroadphaseEntity
begin bool
axis int
리턴 System

프로퍼티 상세

Axis 공개적으로 프로퍼티

public int Axis
리턴 int

Begin 공개적으로 프로퍼티

public bool Begin
리턴 bool

Body 공개적으로 프로퍼티

public IBroadphaseEntity Body
리턴 IBroadphaseEntity