lineThrough
fun <C> PlanimetricsCalculationContext<C, *>.lineThrough(P: Point<C>): ReadOnlyProperty<Any?, Line<C>>
Constructs line that goes through the given points A and B.
Obviously it's vector multiplication operation.
Return
Line going through the points.
Parameters
A
The first point.
B
The second point.