Art.Affine.Equal Method
Determine if two matrices are equal.

Syntax

public static bool Equal (double[] matrix1, double[] matrix2)

Parameters

matrix1
An affine transformation.
matrix2
Another affine transformation.

Returns

true if the matrices are equal.

Remarks

Equality is verified with epsilon-tolerance for roundoff errors.

Requirements

Namespace: Art
Assembly: art-sharp (in art-sharp.dll)
Since: Gtk# 2.4