C# Class idTech4.Geometry.idSphere

Show file Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method 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 method

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

Equals() public method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

idSphere() public method

public idSphere ( ) : System
return System

idSphere() public method

public idSphere ( Vector3 point ) : System
point Vector3
return System

idSphere() public method

public idSphere ( Vector3 point, float r ) : System
point Vector3
r float
return System

operator() public static method

public static operator ( ) : bool
return bool