バージョン

angularToCartesianReverse メソッド (LogMeasurements)

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

パラメータ

center
円の中心。
radius
円の半径。
theta
反転させる角度偏差。

戻り値の型

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