Package net.thewinnt.cutscenes.util
Class MathHelper
java.lang.Object
net.thewinnt.cutscenes.util.MathHelper
Contains some helpful(?) math functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic longhash(long... numbers) Hashes some numbers into a long hash
-
Method Details
-
hash
public static long hash(long... numbers) Hashes some numbers into a long hash- Parameters:
numbers- the numbers to hash- Returns:
- the resulting hash
-