java.lang.Object
eu.hansolo.fx.geometry.tools.Helper
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Helper
public Helper()
-
-
Method Details
-
clamp
public static final int clamp(int MIN, int MAX, int VALUE) -
clamp
public static final long clamp(long MIN, long MAX, long VALUE) -
clamp
public static final double clamp(double MIN, double MAX, double VALUE)
-