TerrainVehicleType.SideSlopeMax Property
Gets or sets the maximal side slope for the vehicle type. A value of 1 corresponds to 45°.
Syntax
public System.Double SideSlopeMax { get; set; }
Property Value
Default: 0.3
The maximum side slope that the vehicle type can handle.
Remarks
Defined as vertical distance divided by horizontal distance, therefore dimensionless. A value of 1 would correspond to 45°. We assume that a side slope less than the SideSlopeMax does not affect the speed.
Platforms
Windows, Linux, Android