containsLine

abstract fun containsLine(minX: Double, maxX: Double, minY: Double, maxY: Double, aX: Double, aY: Double, bX: Double, bY: Double): Boolean
open fun containsLine(aX: Double, aY: Double, bX: Double, bY: Double): Boolean

return true if this component2D contains the provided line *