본문으로 건너뛰기

Utils:interpolatePoints()

시작점과 끝점 사이의 점 목록을 생성합니다.

매개변수

  • type: 보간 유형입니다. "linear"(기본값) 또는 "bezier" 중 하나입니다.

시그니처

Utils:interpolatePoints(start: Point, end: Point, count: number, type: string): List<Point>

반환값

List<Point>