バージョン

PointOnEllipse メソッド

指定した角度と範囲で楕円にポイントを取得します。
シンタックス
'宣言
 
Public Shared Function PointOnEllipse( _
   ByVal theta As Double, _
   ByVal eccentricity As Double, _
   ByVal center As Point, _
   ByVal halfHeight As Double, _
   ByVal extent As Double _
) As Point
public static Point PointOnEllipse( 
   double theta,
   double eccentricity,
   Point center,
   double halfHeight,
   double extent
)

パラメータ

theta
楕円のポイントを求める、弧度で表される角度 (ラジアン)。
eccentricity
楕円の偏心。
center
楕円の中心点。
halfHeight
楕円形の高さの半分。
extent
楕円の中心と表面に関連するポイントの位置は、楕円の中心は 0 、表面は 1 とする 0 から 1 の間の値で表されます。

戻り値の型

指定した角度と範囲にある楕円のポイント。
参照