C# 클래스 idTech4.Geometry.idSphere

파일 보기 프로젝트 열기: iainmckay/idtech4.net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( idSphere sphere ) : bool

Exact compare, no epsilon.

Equals ( idSphere sphere, float epsilon ) : bool

Compare with epsilon.

Equals ( object obj ) : bool
idSphere ( ) : System
idSphere ( Vector3 point ) : System
idSphere ( Vector3 point, float r ) : System
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

Exact compare, no epsilon.
public Equals ( idSphere sphere ) : bool
sphere idSphere
리턴 bool

Equals() 공개 메소드

Compare with epsilon.
public Equals ( idSphere sphere, float epsilon ) : bool
sphere idSphere
epsilon float
리턴 bool

Equals() 공개 메소드

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

idSphere() 공개 메소드

public idSphere ( ) : System
리턴 System

idSphere() 공개 메소드

public idSphere ( Vector3 point ) : System
point Vector3
리턴 System

idSphere() 공개 메소드

public idSphere ( Vector3 point, float r ) : System
point Vector3
r float
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool