isStraight property

bool isStraight

Whether this is a straight angle.

Implementation

bool get isStraight => si.abs() == 0.5;