setCornersFromPointsList method

void setCornersFromPointsList(
  1. List<Point<num>> points
)

Implementation

void setCornersFromPointsList(List<Point<num>> points) {
  setCornersFromPoints(points[0], points[1], points[2], points[3]);
}