Property | Type | Description | |
---|---|---|---|
Center | Vector3 | ||
Radius | float |
Method | Description | |
---|---|---|
BoundingSphere ( Vector3 center, float radius ) : System |
Constructs a new bounding sphere.
|
public BoundingSphere ( Vector3 center, float radius ) : System | ||
center | Vector3 | Location of the center of the sphere. |
radius | float | Radius of the sphere. |
return | System |