Utils:interpolatePoints()
開始点と終了点の間にポイントのリストを生成します。
パラメータ
type: 補間タイプ。"linear"(デフォルト)または"bezier"を指定できます。
シグネチャ
Utils:interpolatePoints(start: Point, end: Point, count: number, type: string): List<Point>
戻り値
List<Point>
開始点と終了点の間にポイントのリストを生成します。
パラメータ
type: 補間タイプ。"linear"(デフォルト)または "bezier" を指定できます。Utils:interpolatePoints(start: Point, end: Point, count: number, type: string): List<Point>
戻り値
List<Point>