Sphere

Sphere()

Inicializa una nueva instancia delSphere con radio por defecto 1.

public Sphere()

Ver también


Sphere(double)

Inicializa una nueva instancia delSphere clase con radio especificado.

public Sphere(double radius)
ParámetroEscribeDescripción
radiusDoubleRadio.

Ver también


Sphere(double, int, int)

Inicializa una nueva instancia delSphere clase con radio especificado, segmentos de ancho y segmentos de altura.

public Sphere(double radius, int widthSegments, int heightSegments)
ParámetroEscribeDescripción
radiusDoubleRadio de la esfera.
widthSegmentsInt32Segmentos de ancho.
heightSegmentsInt32Segmentos de altura.

Ver también


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

Inicializa una nueva instancia delSphere clase.

public Sphere(string name, double radius, int widthSegments, int heightSegments, double phiStart, 
    double phiLength, double thetaStart, double thetaLength)
ParámetroEscribeDescripción
nameStringNombre.
radiusDoubleRadio de la esfera.
widthSegmentsInt32Segmentos de ancho.
heightSegmentsInt32Segmentos de altura.
phiStartDoublePhi comienzo.
phiLengthDoubleLongitud fi.
thetaStartDoubleComienzo theta.
thetaLengthDoubleLongitud theta.

Ver también