Find the intersection of two lines: Difference between revisions

m
→‎{{header|Kotlin}}: Restored syntax highlighting.
m (→‎{{header|Kotlin}}: Restored syntax highlighting.)
Line 1,078:
=={{header|Kotlin}}==
{{trans|C#}}
<lang kotlinscala>// version 1.1.2
 
class PointF(val x: Float, val y: Float) {
9,490

edits