pymgp.crstrans.printxyz#

pymgp.crstrans.printxyz(xyz)[source]#

Print Cartesian coordinates in fixed format with 0.1 mm precision.

Parameters:
xyzarray_like with shape (…,3)

Cartesian coordinates.

Returns:
None

Nothing to return.

Examples

>>> printxyz([4123456.23000, 0.3, 0.123451])
[ 4123456.2300  0.3000  0.1235]