This documentation is for the old version. Go to the latest Graphics Mill docs

Matrix.Determinant Property

Gets a determinant of the matrix.

Namespace: Aurigma.GraphicsMill.Transforms
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public ReadOnly Property Determinant As Single
C#
public float Determinant { get; }

Property Value

A determinant of the matrix.

See Also

Reference