バージョン 24.2 (最新)

GetAngleIntersectionRange メソッド

円とワールド矩形の最小および最大交差角度を取得します。
シンタックス
public static void GetAngleIntersectionRange( 
   Rect worldRect,
   double radius,
   Point vCenterPoint,
   out double min,
   out double max
)

パラメータ

worldRect
ワールド矩形。
radius
円の半径。
vCenterPoint
円の中心。
min
最小角度。
max
最大角度。
参照