Class Vec2Primitive

  • java.lang.Object
    • com.thingworx.types.primitives.Vec2Primitive
    • Constructor Summary

      Constructors 
      Constructor Description
      Vec2Primitive()


      Construct a new Vec2Primitive with a new Vec2 containing default values.
      Vec2Primitive​(double x, double y)


      Construct a new Vec2Primitive with the provided x and y values.
      Vec2Primitive​(Vec2 vec2)


      Construct a new Vec2Primitive with a provided Vec2.