collinearityCondition
fun <CT> PlanimetricsCalculationContext<CT, *>.collinearityCondition(A: Point<CT>, B: Point<CT>, C: Point<CT>): LabeledPolynomial<CT>
Returns an expression which equality to zero is equivalent to collinearity of the points.
Obviously, it's determinant of matrix constructed by row vectors of the points.
Return
The expression.
Parameters
A
The first point.
B
The second point.
C
The third point.