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