Art.Affine.Rectilinear Method
Determines wether a matrix is rectilinear, i.e. grid-aligned rectangles are transformed to other grid-aligned rectangles.

Syntax

public static bool Rectilinear (double[] src)

Parameters

src
The affine transformation to test.

Returns

true if the matrix is rectilinear.

Remarks

The implementation has epsilon-tolerance for roundoff errors.

Requirements

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