Свойство | Тип | Описание | |
---|---|---|---|
Position | Vector4d | ||
Radius | Double |
Метод | Описание | |
---|---|---|
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 |
Результат | System |
public Sphere4d ( Vector4d position, Double radius ) : System | ||
position | Vector4d | The centre of the |
radius | Double | The radius of the |
Результат | System |