TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.utils
/
Vector
Vector
data
class
Vector
<
T
>
(
val
x
:
T
,
val
y
:
T
,
val
z
:
T
)
Three-dimensional vector
Author
Felipe Gonzalez
Members
Constructors
Vector
Link copied to clipboard
constructor
(
x
:
T
,
y
:
T
,
z
:
T
)
Properties
x
Link copied to clipboard
val
x
:
T
y
Link copied to clipboard
val
y
:
T
z
Link copied to clipboard
val
z
:
T