Class SoSFDouble


public class SoSFDouble extends SoSField
Field containing a floating-point value. A field that contains one single-precision floating point number.

SoSFDoubles are written to file in standard scientific notation.

See Also:
  • Constructor Details

  • Method Details

    • getValue

      public double getValue()
      Returns this field's value.
    • setValue

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

      public boolean equals(Object obj)
      Overrides:
      equals in class SoField