Skip navigation links
Thingworx Platform API
8.5.0
com.thingworx.types.primitives

Class Vec3Primitive

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

      Constructors 
      Constructor and Description
      Vec3Primitive()


      Construct a new Vec3Primitive with a new Vec3 containing default values.
      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.
      Vec3Primitive(Vec3 vec3)


      Construct a new Vec3Primitive with a provided Vec3.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Vec3Primitive clone()


      Clone the current Vec3Primitive instance.
      int compare(Vec3Primitive v1, Vec3Primitive v2) 
      int compareTo(java.lang.Object value) 
      static Vec3Primitive convertFromObject(java.lang.Object data)


      Convert the incoming data Object to a Vec3Primitive from a String, Vec3, JSONObject, or HashMap.
      BaseTypes getBaseType()


      Get the BaseType associated to this Vec3Primitive.
      java.lang.Object getSerializedValue()


      Get a serialized String representation of this Vec3Primitive instance.
      java.lang.String getStringValue() 
      Vec3 getValue()


      Get this Vec3Primitive's instance value.
      void setValue(Vec3 value) 
      java.lang.String toString() 
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong