Class SoSFVec3d


  • public class SoSFVec3d
    extends SoSField
    Field containing a three-dimensional vector. Field containing a three-dimensional vector.

    SoSFVec3ds are written to file as three doubleing point values separated by whitespace.

    See Also:
    SoField, SoSField, SoMFVec3d
    • Method Detail

      • setValue

        public void setValue​(SbVec3d newValue)
        Sets this field to newValue.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class SoField
      • setValue

        public void setValue​(double[] xyz)
        Sets the field to the given value.
      • setValue

        public void setValue​(double x,
                             double y,
                             double z)
        Sets the field to the given value.
      • getValue

        public SbVec3d getValue()
        Returns this field's value.