Public Member Functions | |
| Sphere () | |
| Sphere (Vector3 center, float radius) | |
| bool | Intersects (Sphere sphere) |
Properties | |
| Vector3 | Center |
| float | Radius |
|
|
Creates a unit sphere centered at the origin. |
|
||||||||||||
|
Creates an arbitrary spehere. Center point of the sphere. Radius of the sphere. |
|
|
Tests for intersection between this sphere and another sphere. Other sphere. True if the spheres interest, false otherwise. |
|
|
Gets/Sets the center of the sphere. |
|
|
Gets/Sets the radius of the sphere. |
1.3.6