toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-model
/
io.rtron.model.roadspaces.roadspace.road
/
LaneMaterial
Lane
Material
data
class
LaneMaterial
(
var
friction
:
Double
=
Double.NaN
,
var
roughness
:
Double
=
Double.NaN
,
var
surface
:
String
=
""
)
Members
Constructors
Lane
Material
Link copied to clipboard
constructor
(
friction
:
Double
=
Double.NaN
,
roughness
:
Double
=
Double.NaN
,
surface
:
String
=
""
)
Properties
friction
Link copied to clipboard
var
friction
:
Double
roughness
Link copied to clipboard
var
roughness
:
Double
surface
Link copied to clipboard
var
surface
:
String