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:
  • Constructor Details

  • Method Details

    • setValue

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

      public boolean equals(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.