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
/
Ray
Ray
open
class
Ray
<
N
>
(
val
start
:
Point
<
N
>
,
val
direction
:
Vector
<
N
>
)
(
source
)
Inheritors
Ray2
Members
Constructors
Ray
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