yafrl
Toggle table of contents
0.4-SNAPSHOT
common
Platform filter
common
Home
Documentation
Tutorials
GitHub
Switch theme
Search in API
yafrl
yafrl-core
/
io.github.yafrl.vector
/
Double3
Double3
data
class
Double3
(
val
x
:
Double
,
val
y
:
Double
,
val
z
:
Double
)
(
source
)
A three-dimensional vector in Cartesian coordinates using
Double
values.
Members
Constructors
Double3
Link copied to clipboard
constructor
(
x
:
Double
,
y
:
Double
,
z
:
Double
)
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double
z
Link copied to clipboard
val
z
:
Double