Click or drag to resize

Matrix3By3Multiply Method

Overload List
  NameDescription
Public methodMultiply(Cartesian)
Forms a new Cartesian vector as the product of this 3-by-3 matrix and the provided Cartesian vector.
Public methodMultiply(Double)
Multiplies this matrix by a scalar.
Public methodMultiply(ElementaryRotation)
Forms a new 3-by-3 matrix as the product of this 3-by-3 matrix and the provided elementary rotation.
Public methodMultiply(Matrix3By3)
Multiplies this matrix by a matrix.
Public methodMultiply(Matrix3By3Symmetric)
Multiplies this matrix by a matrix.
Top
See Also