Class Vector2Float

java.lang.Object
edu.nps.moves.dis7.pdus.Vector2Float
All Implemented Interfaces:
Serializable

public class Vector2Float extends Object implements Serializable
Two floating point values, x, y
See Also:
  • Field Details

    • x

      protected float x
      X value
    • y

      protected float y
      y Value
  • Constructor Details

    • Vector2Float

      public Vector2Float()
      Constructor creates and configures a new instance object
  • Method Details