isNormalized property

bool isNormalized

Implementation

bool get isNormalized => ((x * x + y * y) - 1).abs() < EpsilonSqr;