Transform.determinant

Find a determinant of a 2x2 submatrix

The row and column that (x, y) sits in will be ignored

  1. float determinant(int x, int y)
    struct Transform
    @nogc nothrow pure
    float
    determinant
    const
    (
    int x
    ,
    int y
    )
  2. float determinant()

Meta