C# Class Glare.Sphere3d

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Sphere3d ( Double radius ) : System

Initialise a sphere centred at origin.

Sphere3d ( Vector3d position, Double radius ) : System

Initialise the Sphere3d.

Method Details

Sphere3d() public méthode

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

Sphere3d() public méthode

Initialise the Sphere3d.
public Sphere3d ( Vector3d position, Double radius ) : System
position Vector3d 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 Vector3d Position
Résultat Vector3d

Radius public_oe property

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