Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.computationalGeometry
/
dev.lounres.kone.computationalGeometry.curves
/
Line
Line
open
class
Line
<
N
>
(
val
start
:
Point
<
N
>
,
val
direction
:
Vector
<
N
>
)
(
source
)
Inheritors
Line2
Members
Constructors
Line
Link copied to clipboard
constructor
(
start
:
Point
<
N
>
,
direction
:
Vector
<
N
>
)
Properties
direction
Link copied to clipboard
open
val
direction
:
Vector
<
N
>
start
Link copied to clipboard
open
val
start
:
Point
<
N
>
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String