height property

double get height

Get height value of this triangle

Implementation

double get height => baseLine.distanceFromAPoint(posVertex);