Sphere

Sphere()

Initialise une nouvelle instance duSphere avec rayon par défaut 1.

public Sphere()

Voir également


Sphere(double)

Initialise une nouvelle instance duSphere classe avec un rayon spécifié.

public Sphere(double radius)
ParamètreTaperLa description
radiusDoubleRayon.

Voir également


Sphere(double, int, int)

Initialise une nouvelle instance duSphere classe avec rayon spécifié, segments de largeur et segments de hauteur.

public Sphere(double radius, int widthSegments, int heightSegments)
ParamètreTaperLa description
radiusDoubleRayon de la sphère.
widthSegmentsInt32Segments de largeur.
heightSegmentsInt32Segments de hauteur.

Voir également


Sphere(string, double, int, int, double, double, double, double)

Initialise une nouvelle instance duSphere classe.

public Sphere(string name, double radius, int widthSegments, int heightSegments, double phiStart, 
    double phiLength, double thetaStart, double thetaLength)
ParamètreTaperLa description
nameStringNom.
radiusDoubleRayon de la sphère.
widthSegmentsInt32Segments de largeur.
heightSegmentsInt32Segments de hauteur.
phiStartDoublePhi commence.
phiLengthDoubleLongueur phi.
thetaStartDoubleDébut thêta.
thetaLengthDoubleLongueur thêta.

Voir également