Interior angles at vertices a, b, c in radians.
List<Rad> get angles { return [_angleAt(a, b, c), _angleAt(b, c, a), _angleAt(c, a, b)]; }