Utils:interpolatePoints()
Generate a list of points between start and end
Parameters
type: The interpolation type. Can be"linear"(default) or"bezier".
Signature
Utils:interpolatePoints(start: Point, end: Point, count: number, type: string): List<Point>
Returns
List<Point>