Utils:interpolatePoints()
Genera una lista de puntos entre el inicio y el final
Parámetros
type: El tipo de interpolación. Puede ser"linear"(predeterminado) o"bezier".
Firma
Utils:interpolatePoints(start: Point, end: Point, count: number, type: string): List<Point>
Devuelve
List<Point>