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:
    SoField, SoSField, SoMFFloat
    • Constructor Detail

    • Method Detail

      • getValue

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

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

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