korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math
/
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
:
Double
,
dir
:
Double
)
constructor
(
start
:
Float
,
dir
:
Float
)
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