C# Class Glare.Sphere2d

A sphere definition, which has a position and radius.
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Свойство Type Description
Position Vector2d
Radius Double

Méthodes publiques

Méthode Description
Sphere2d ( Double radius ) : System

Initialise a sphere centred at origin.

Sphere2d ( Vector2d position, Double radius ) : System

Initialise the Sphere3d.

Method Details

Sphere2d() public méthode

Initialise a sphere centred at origin.
public Sphere2d ( Double radius ) : System
radius Double The radius of the .
Résultat System

Sphere2d() public méthode

Initialise the Sphere3d.
public Sphere2d ( Vector2d position, Double radius ) : System
position Vector2d The centre of the .
radius Double The radius of the .
Résultat System

Property Details

Position public_oe property

Get or set the centre of the Sphere3d.
public Vector2d Position
Résultat Vector2d

Radius public_oe property

Get or set the radius of the Sphere3d.
public Double Radius
Résultat Double