バージョン

AngularToCartesianReverse(PointF,Double,Double) メソッド

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

パラメータ

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

戻り値の型

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