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