C# Class idTech4.Geometry.idSphere

Afficher le fichier Open project: iainmckay/idtech4.net Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Equals() public méthode

Exact compare, no epsilon.
public Equals ( idSphere sphere ) : bool
sphere idSphere
Résultat bool

Equals() public méthode

Compare with epsilon.
public Equals ( idSphere sphere, float epsilon ) : bool
sphere idSphere
epsilon float
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

idSphere() public méthode

public idSphere ( ) : System
Résultat System

idSphere() public méthode

public idSphere ( Vector3 point ) : System
point Vector3
Résultat System

idSphere() public méthode

public idSphere ( Vector3 point, float r ) : System
point Vector3
r float
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool