Whether both components are finite (neither infinite nor NaN).
See also:
isInfinite, which returns true if either component is equal to positive infinity.
Source
bool get isFinite => _dx.isFinite && _dy.isFinite;
Whether both components are finite (neither infinite nor NaN).
See also:
isInfinite, which returns true if either component is equal to positive infinity.
bool get isFinite => _dx.isFinite && _dy.isFinite;