Class SoSFFloat


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

SoSFFloats are written to file in standard scientific notation.

See Also:
  • Constructor Details

  • Method Details

    • getValue

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

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

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