MatrixHelperEx Class

Definition

Static helper methods for Matrix.

public static class MatrixHelperEx
type MatrixHelperEx = class
Public Class MatrixHelperEx
Inheritance
MatrixHelperEx

Methods

Multiply(Matrix, Matrix)

Implements WPF's Matrix.Multiply.

RectTransform(Rect, Matrix)

Implement WPF's Rect.Transform.

Round(Matrix, Int32)

Rounds the non-offset elements of a matrix to avoid issues due to floating point imprecision and returns the result.

Applies to