eq

infix inline fun Point<C>.eq(other: Point<C>): Boolean
infix inline fun Line<C>.eq(other: Line<C>): Boolean
infix inline fun Quadric<C>.eq(other: Quadric<C>): Boolean
infix inline fun Transformation<C>.eq(other: Transformation<C>): Boolean