MCPcopy Index your code
hub / github.com/PaperMC/Paper / getEpsilon

Method getEpsilon

paper-api/src/main/java/org/bukkit/util/Vector.java:882–884  ·  view source on GitHub ↗

Get the threshold used for equals(). @return The epsilon.

()

Source from the content-addressed store, hash-verified

880 * @return The epsilon.
881 */
882 public static double getEpsilon() {
883 return epsilon;
884 }
885
886 /**
887 * Gets the minimum components of two vectors.

Calls

no outgoing calls