Sphere

Sphere()

의 새 인스턴스를 초기화합니다.Sphere 기본 반경 1.

public Sphere()

또한보십시오


Sphere(double)

의 새 인스턴스를 초기화합니다.Sphere 반지름이 지정된 클래스.

public Sphere(double radius)
모수유형설명
radiusDouble반지름.

또한보십시오


Sphere(double, int, int)

의 새 인스턴스를 초기화합니다.Sphere 반지름, 너비 세그먼트 및 높이 세그먼트가 지정된 클래스.

public Sphere(double radius, int widthSegments, int heightSegments)
모수유형설명
radiusDouble구의 반경.
widthSegmentsInt32폭 세그먼트.
heightSegmentsInt32높이 세그먼트.

또한보십시오


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

의 새 인스턴스를 초기화합니다.Sphere 클래스.

public Sphere(string name, double radius, int widthSegments, int heightSegments, double phiStart, 
    double phiLength, double thetaStart, double thetaLength)
모수유형설명
nameString이름.
radiusDouble구의 반경.
widthSegmentsInt32폭 세그먼트.
heightSegmentsInt32높이 세그먼트.
phiStartDouble파이 시작.
phiLengthDouble파이 길이.
thetaStartDouble세타 시작.
thetaLengthDouble세타 길이.

또한보십시오