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
/
Float3
Float3
data
class
Float3
(
val
x
:
Float
,
val
y
:
Float
,
val
z
:
Float
)
(
source
)
A three-dimensional vector in Cartesian coordinates using
Float
values.
Members
Constructors
Float3
Link copied to clipboard
constructor
(
x
:
Float
,
y
:
Float
,
z
:
Float
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
Float
y
Link copied to clipboard
val
y
:
Float
z
Link copied to clipboard
val
z
:
Float