BSphere Structure |
Namespace: Demo3D.Visuals
public struct BSphere
The BSphere type exposes the following members.
| Name | Description | |
|---|---|---|
| BSphere(Single) | Initializes a new instance of the BSphere class | |
| BSphere(Vector3, Single) | Initializes a new instance of the BSphere class |
| Name | Description | |
|---|---|---|
| Add(BSphere) |
Add the bounding sphere s2 to this bounding sphere, growing and
re-centering it if needed.
| |
| Add(BSphere, BSphere) |
Add two bounding spheres and return the resulting sphere
that encompasses the two input bounding spheres.
| |
| Collides(BSphere) | ||
| Collides(BSphere, BSphere) | ||
| FromPoints | ||
| Intersects(Ray) |
Whether the specified ray intersects the bounding box.
| |
| Intersects(Ray, Single) |
Whether the specified ray intersects the bounding box.
| |
| IsNull | ||
| Transform |