prettyPrint property

String get prettyPrint

Returns a user-friendly format of these coordinates.

Implementation

String get prettyPrint => "(${x.toStringAsFixed(2)}, ${y.toStringAsFixed(2)}, ${z.toStringAsFixed(2)})";