Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Intersects ( |
Returns whether or not this sphere interects a box.
|
|
Intersects ( |
Returns whether or not this sphere interects a plane.
|
|
Intersects ( |
Tests for intersection between this sphere and another sphere.
|
|
Intersects ( Vector3 vector ) : bool |
Returns whether or not this sphere interects a Vector3.
|
|
Sphere ( ) : System |
Creates a unit sphere centered at the origin.
|
|
Sphere ( Vector3 center, Real radius ) : System |
Creates an arbitrary spehere.
|
|
operator ( ) : bool |
public Intersects ( |
||
box | ||
return | bool |
public Intersects ( |
||
sphere | Other sphere. | |
return | bool |
public Sphere ( Vector3 center, Real radius ) : System | ||
center | Vector3 | Center point of the sphere. |
radius | Real | Radius of the sphere. |
return | System |