Class Mod2dPath.PathVector

  • Enclosing class:
    Mod2dPath

    public class Mod2dPath.PathVector
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float i  
      protected processing.core.PVector v  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected PathVector​(float i, processing.core.PVector 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 processing.core.PVector v
    • Constructor Detail

      • PathVector

        protected PathVector​(float i,
                             processing.core.PVector v)