toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom.ds
/
Ray1D
Ray1D
data
class
Ray1D
(
val
start
:
Double
,
val
dir
:
Double
)
Members
Members & Extensions
Constructors
Ray1D
Link copied to clipboard
constructor
(
start
:
Float
,
dir
:
Float
)
constructor
(
start
:
Double
,
dir
:
Double
)
Properties
dir
Link copied to clipboard
val
dir
:
Double
start
Link copied to clipboard
val
start
:
Double
Functions
to
BVH
Link copied to clipboard
fun
Ray1D
.
toBVH
(
)
:
BVHRay