Serialized Form

  • Package com.JayPi4c.NeuroEvolution.plugins.util

    • Class com.JayPi4c.NeuroEvolution.plugins.util.PVector

      class PVector extends Object implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • x
          double x
          ( begin auto-generated from PVector_x.xml ) The x component of the vector. This field (variable) can be used to both get and set the value (see above example.) ( end auto-generated )
        • y
          double y
          ( begin auto-generated from PVector_y.xml ) The y component of the vector. This field (variable) can be used to both get and set the value (see above example.) ( end auto-generated )
        • z
          double z
          ( begin auto-generated from PVector_z.xml ) The z component of the vector. This field (variable) can be used to both get and set the value (see above example.) ( end auto-generated )