Class Vec4Primitive

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

      Constructors 
      Constructor Description
      Vec4Primitive()


      Construct a new Vec4Primitive with a new Vec4 containing default values.
      Vec4Primitive​(Vec4 vec4)


      Construct a new Vec4Primitive with a provided Vec4.
      Vec4Primitive​(java.lang.Double x, java.lang.Double y, java.lang.Double z, java.lang.Double w)


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