MCPcopy Create free account
hub / github.com/Teneted/Tenet / getEpsilon

Method getEpsilon

src/main/java/org/bukkit/util/Vector.java:824–826  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

822 * @return The epsilon.
823 */
824 public static double getEpsilon() {
825 return epsilon;
826 }
827
828 /**
829 * Gets the minimum components of two vectors.

Callers 1

isNormalizedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected