Find the intersection of two lines: Difference between revisions

Content added Content deleted
m (→‎{{header|Kotlin}}: Restored syntax highlighting.)
Line 1,078: Line 1,078:
=={{header|Kotlin}}==
=={{header|Kotlin}}==
{{trans|C#}}
{{trans|C#}}
<lang kotlin>// version 1.1.2
<lang scala>// version 1.1.2


class PointF(val x: Float, val y: Float) {
class PointF(val x: Float, val y: Float) {