v2 changed label to console for displaying examples.
Added:
perpendicular_distance(_a, _b, _c) Distance from point _a to line between _b and _c.
Parameters:
_a: vector in the form of a array [x, y].
_b: vector in the form of a array [x, y].
_c: vector in the form of a array [x, y].
Returns: float