バージョン

GetFastFlattened メソッド

フラット化した点のコレクションを取得します。
シンタックス
'宣言
 
Public Function GetFastFlattened( _
   ByVal x() As Double, _
   ByVal y() As Double, _
   ByVal count As Integer, _
   ByVal resolution As Double _
) As List(Of Point)
public List<Point> GetFastFlattened( 
   double[] x,
   double[] y,
   int count,
   double resolution
)

パラメータ

x
フラット化する x 値の配列。
y
フラット化する y 値の配列。
count
提供中の点の数。
resolution
点のフラット化目標の解像度。

戻り値の型

フラット化した点のリスト。
参照