Property | Type | Description | |
---|---|---|---|
Position | Vector3f | ||
Radius | System.Single |
Method | Description | |
---|---|---|
Sphere3f ( System.Single radius ) : System |
Initialise a sphere centred at origin.
|
|
Sphere3f ( Vector3f position, System.Single radius ) : System |
Initialise the Sphere3d.
|
public Sphere3f ( System.Single radius ) : System | ||
radius | System.Single | The radius of the |
return | System |
public Sphere3f ( Vector3f position, System.Single radius ) : System | ||
position | Vector3f | The centre of the |
radius | System.Single | The radius of the |
return | System |