Clamps the value between the provided minimum and maximum
Clamps the value between the provided minimum and maximum
the value to clamp
the minimum value
the maximum value
Rotates the given vector by the specified angle, around the specified axis.
Rotates the given vector by the specified angle, around the specified axis. From https://stackoverflow.com/questions/31225062/rotating-a-vector-by-angle-and-axis-in-java
the vector to rotate
the axis aroundwhich the vector should be rotated
the rotation angle to apply, in radians
the rotated vector
(Since version ) see corresponding Javadoc for more information.
Contains math methods missing from java.lang.Math.