Class Spline.FloatPoint

  • Enclosing class:
    Spline

    private static class Spline.FloatPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      float x  
      float y  
    • Constructor Summary

      Constructors 
      Constructor Description
      FloatPoint​(float x, float y)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public float x
      • y

        public float y
    • Constructor Detail

      • FloatPoint

        public FloatPoint​(float x,
                          float y)