Class Vec3Primitive

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

      Constructors 
      Constructor Description
      Vec3Primitive()


      Construct a new Vec3Primitive with a new Vec3 containing default values.
      Vec3Primitive​(Vec3 vec3)


      Construct a new Vec3Primitive with a provided Vec3.
      Vec3Primitive​(java.lang.Double x, java.lang.Double y, java.lang.Double z)


      Construct a new Vec3Primitive with the provided x, y, and z values.