Свойство | Type | Description | |
---|---|---|---|
Position | Vector2f | ||
Radius | System.Single |
Méthode | Description | |
---|---|---|
Sphere2f ( System.Single radius ) : System |
Initialise a sphere centred at origin.
|
|
Sphere2f ( Vector2f position, System.Single radius ) : System |
Initialise the Sphere3d.
|
public Sphere2f ( System.Single radius ) : System | ||
radius | System.Single | The radius of the |
Résultat | System |
public Sphere2f ( Vector2f position, System.Single radius ) : System | ||
position | Vector2f | The centre of the |
radius | System.Single | The radius of the |
Résultat | System |