Click or drag to resize
SbMatrix3 Methods

The SbMatrix3 type exposes the following members.

Methods
  NameDescription
Public methodEquals
Returns true if this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for the value of this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIdentity
Returns an identity matrix.
Public methodMakeIdentity
Sets matrix to be identity.
Public methodMultLeft(SbMatrix3)
Pre-multiplies matrix by given matrix.
Public methodMultLeft(SbMatrix3)
Pre-multiplies matrix by given matrix.
Public methodMultMatrixVec(SbVec3f, SbVec3f)
Post-multiplies matrix by given column vector, giving vector result.
Public methodMultMatrixVec(SbVec3f, SbVec3f)
Post-multiplies matrix by given column vector, giving vector result.
Public methodMultRight(SbMatrix3)
Post-multiplies matrix by given matrix.
Public methodMultRight(SbMatrix3)
Post-multiplies matrix by given matrix.
Public methodMultVecMatrix(SbVec3f, SbVec3f)
Pre-multiplies matrix by given row vector, giving vector result.
Public methodMultVecMatrix(SbVec3f, SbVec3f)
Pre-multiplies matrix by given row vector, giving vector result.
Public methodSetRotate(SbRotation)
Sets matrix to rotate by given rotation.
Public methodSetRotate(SbRotation)
Sets matrix to rotate by given rotation.
Public methodSetScale(Single)
Sets matrix to scale by given uniform factor.
Public methodSetScale(SbVec3f)
Sets matrix to scale by given vector.
Public methodSetScale(SbVec3f)
Sets matrix to scale by given vector.
Public methodSetValue(Single)
Sets value from 3x3 array of elements.
Public methodSetValue(Single)
Sets value from an array of 9 elements.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also