intersectsLine

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

return true if this component2D intersects the provided line *