Свойство | Тип | Описание | |
---|---|---|---|
Position | Vector4f | ||
Radius | System.Single |
Метод | Описание | |
---|---|---|
Sphere4f ( System.Single radius ) : System |
Initialise a sphere centred at origin.
|
|
Sphere4f ( Vector4f position, System.Single radius ) : System |
Initialise the Sphere3d.
|
public Sphere4f ( System.Single radius ) : System | ||
radius | System.Single | The radius of the |
Результат | System |
public Sphere4f ( Vector4f position, System.Single radius ) : System | ||
position | Vector4f | The centre of the |
radius | System.Single | The radius of the |
Результат | System |