Matrix Operators

Operators
  NameDescription
Public operatorStatic memberMultiply(Matrix, IEnumerablePoint)
Transforms the given points using the given matrix.
Public operatorStatic memberMultiply(Matrix, Matrix)
Multiplies (combines) two transformation matrices.
Public operatorStatic memberMultiply(Matrix, Point)
Transforms the given point using the given matrix.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next