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)

の新しいインスタンスを初期化しますSphereclass.

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シータの長さ。

関連項目