Class SoSFBox3f


public class SoSFBox3f extends SoSField
Field containing a three-dimensional box. This field defines a three-dimensional box.

SoSFBox3f fields are written to file as 6 floats separated by whitespace.

See Also:
  • Constructor Details

  • Method Details

    • setValue

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

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

      public void setValue(SbVec3f _min, SbVec3f _max)
      Sets the box dimensions.
    • setValue

      public void setValue(float xmin, float ymin, float zmin, float xmax, float ymax, float zmax)
      Sets the box dimensions.
    • getValue

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