Click or drag to resize
GeMatrix Methods

The GeMatrix type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodCoFactor
Returns matrix with elements that are the cofactors, term-by-term, of current matrix.
Public methodEquals
Indicates whether the current object is equal to another object of the same type.
Public methodGetValue
Public methodInvert
Public methodIsValid
Returns True if object instance is considered valid, otherwise returns False.
Public methodRotate
Appends a rotation transform to the current matrix.
Public methodScale
Public methodSetValue(GeMatrix)
Public methodSetValue(Double, Int32, Int32)
Public methodTranslate
Public methodTranspose
Top
See Also