Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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.
Callers
3
testRotationAroundCustomAngle
Method · 0.95
isNormalized
Method · 0.95
testCorrectEnchantmentDestroySpeedComputation
Method · 0.95
Calls
no outgoing calls
Tested by
2
testRotationAroundCustomAngle
Method · 0.76
testCorrectEnchantmentDestroySpeedComputation
Method · 0.76