heightLine property

Line get heightLine

Get height Line

the line that goes from posVertex to the midPoint of the baseLine

Implementation

Line get heightLine => Line(posVertex, baseLine.midPoint);