Class SoSFMatrix3

    • Method Detail

      • setValue

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

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

        public void setValue​(float a11,
                             float a12,
                             float a13,
                             float a21,
                             float a22,
                             float a23,
                             float a31,
                             float a32,
                             float a33)
        Sets this field to contain the matrix given by the 9 values.
      • getValue

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