menu
jovial_svg package
documentation
dom.dart
MutableAffine
determinant method
determinant method
dark_mode
light_mode
determinant
method
double
determinant
(
)
Give the determinent of this matrix.
Implementation
double determinant() => _storage.determinant();
jovial_svg package
documentation
dom
MutableAffine
determinant method
MutableAffine class