バージョン

angularToCartesian メソッド (LinearMeasurements)

中心、半径、およびシータを与えられた場合、円周上の点を取得します。
シンタックス
'宣言
 
Public Function angularToCartesian( _
   ByVal center As Point, _
   ByVal radius As Double, _
   ByVal theta As Double _
) As Point
public Point angularToCartesian( 
   Point center,
   double radius,
   double theta
)

パラメータ

center
円の中心。
radius
円の半径。
theta
角度偏差。

戻り値の型

指定の中心と半径、および角度シータを持つ円周上の点。
参照