Class SoSFPlane


public class SoSFPlane extends SoSField
Field containing a plane equation. A field containing a plane equation (an SbPlane).

SoSFPlanes are written to file as four floating point values separated by whitespace. The first three are the normal direction of the plane, the fourth is the distance of the plane from the origin (in the direction of the normal).

See Also:
  • Constructor Details

  • Method Details

    • getValue

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

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

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