Class Helper

java.lang.Object
eu.hansolo.fx.geometry.tools.Helper

public class Helper extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static final double
    clamp(double MIN, double MAX, double VALUE)
     
    static final int
    clamp(int MIN, int MAX, int VALUE)
     
    static final long
    clamp(long MIN, long MAX, long VALUE)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)