Point64.fromPointD constructor
Implementation
factory Point64.fromPointD(PointD point, {double scale = 1}) =>
Point64((point.x * scale).round(), (point.y * scale).round(), point.z);
factory Point64.fromPointD(PointD point, {double scale = 1}) =>
Point64((point.x * scale).round(), (point.y * scale).round(), point.z);