Loading [MathJax]/jax/output/HTML-CSS/jax.js

sknano.core.math.Point.rezero

Point.rezero(epsilon=1e-10)[source][source]

Re-zero Point coordinates near zero.

Set Point coordinates with absolute value less than epsilon to zero.

Parameters:

epsilon : float, optional

Smallest allowed absolute value of any x,y,z coordinate.