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