setPointsSmoothly method

void setPointsSmoothly(
  1. List<Vector3> points
)

Implementation

void setPointsSmoothly(List<Vector3> points) {
  setPointsAsCorners(points);
  makeSmooth();
}