Converts model to a List of Point3D.
@override List<Point3D> toPoints() { return [Point3D(a, color: color), Point3D(b, color: color)]; }