toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
LineIntersection
Line
Intersection
data
class
LineIntersection
(
val
line
:
MLine
=
MLine()
,
var
intersection
:
Point
=
Point()
)
Members
Constructors
Line
Intersection
Link copied to clipboard
constructor
(
line
:
MLine
=
MLine()
,
intersection
:
Point
=
Point()
)
Properties
intersection
Link copied to clipboard
var
intersection
:
Point
line
Link copied to clipboard
val
line
:
MLine
normal
Vector
Link copied to clipboard
val
normalVector
:
MLine
Functions
set
From
Link copied to clipboard
fun
setFrom
(
x0
:
Double
,
y0
:
Double
,
x1
:
Double
,
y1
:
Double
,
ix
:
Double
,
iy
:
Double
,
normalLength
:
Double
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String