TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.utils
/
Offset
Offset
data
class
Offset
<
T
>
(
val
position
:
Vector
<
T
>
,
val
orientation
:
OrientationVector
<
T
>
)
Class for hold offsets of
Vector
&
OrientationVector
Author
Felipe Gonzalez
Members
Constructors
Offset
Link copied to clipboard
constructor
(
position
:
Vector
<
T
>
,
orientation
:
OrientationVector
<
T
>
)
Properties
orientation
Link copied to clipboard
val
orientation
:
OrientationVector
<
T
>
position
Link copied to clipboard
val
position
:
Vector
<
T
>