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