TruckSim-Telemetry-Kotlin
1.1
jvm
TruckSim-Telemetry-Kotlin
/
scs_sdk.model.substances
/
Substances
Substances
data
class
Substances
<
T
>
(
val
linearVelocity
:
Vector
<
T
>
,
val
angularVelocity
:
Vector
<
T
>
,
val
linearAcceleration
:
Vector
<
T
>
,
val
angularAcceleration
:
Vector
<
T
>
,
val
allTypes
:
ArrayList
<
String
>
)
Class related to substances data & physic data
Author
Felipe Gonzalez
Members
Constructors
Substances
Link copied to clipboard
constructor
(
linearVelocity
:
Vector
<
T
>
,
angularVelocity
:
Vector
<
T
>
,
linearAcceleration
:
Vector
<
T
>
,
angularAcceleration
:
Vector
<
T
>
,
allTypes
:
ArrayList
<
String
>
)
Properties
all
Types
Link copied to clipboard
val
allTypes
:
ArrayList
<
String
>
angular
Acceleration
Link copied to clipboard
val
angularAcceleration
:
Vector
<
T
>
angular
Velocity
Link copied to clipboard
val
angularVelocity
:
Vector
<
T
>
linear
Acceleration
Link copied to clipboard
val
linearAcceleration
:
Vector
<
T
>
linear
Velocity
Link copied to clipboard
val
linearVelocity
:
Vector
<
T
>