Class ModPath.PathPoint

  • Enclosing class:
    ModPath

    public class ModPath.PathPoint
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float i  
      protected float v  
    • Constructor Summary

      Constructors 
      Constructor Description
      PathPoint​(float i, float v)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • i

        protected float i
      • v

        protected float v
    • Constructor Detail

      • PathPoint

        public PathPoint​(float i,
                         float v)