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