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