C# 클래스 Vector.Math.CollisionDetection

파일 보기 프로젝트 열기: sinclairzx81/vector-cs 1 사용 예제들

공개 메소드들

메소드 설명
AddSupportPoint ( System.Vector3 &newPoint ) : bool
CollisionDetection ( ) : System
Reset ( ) : void

비공개 메소드들

메소드 설명
ComputeClosestPoint ( ) : System.Vector3
Dot ( System.Vector3 &a, System.Vector3 &b ) : float
IsSatisfiesRule ( int xBits, int yBits ) : bool
UpdateDeterminant ( int xmIdx ) : void
UpdateSimplex ( int newIndex ) : bool

메소드 상세

AddSupportPoint() 공개 메소드

public AddSupportPoint ( System.Vector3 &newPoint ) : bool
newPoint System.Vector3
리턴 bool

CollisionDetection() 공개 메소드

public CollisionDetection ( ) : System
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void