p2 property

Coordinate p2
getter/setter pair

The coordinates of the vertices of the triangle

Implementation

late Coordinate p0, p1, p2;