kotlin-math
1.5.3
kotlin-math
/
dev.romainguy.kotlin.math
/
Ray
Ray
data
class
Ray
(
var
origin
:
Float3
=
Float3()
,
var
direction
:
Float3
)
(
source
)
Constructors
Properties
Constructors
Ray
Link copied to clipboard
fun
Ray
(
origin
:
Float3
=
Float3()
,
direction
:
Float3
)
Properties
direction
Link copied to clipboard
var
direction
:
Float3
origin
Link copied to clipboard
var
origin
:
Float3