UndefinedElevationInterpretation Enumeration
Specifies how an undefined elevation value is interpreted by a LineOfSightOperator.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum UndefinedElevationInterpretation
Values
Value name | Value | Description |
---|---|---|
ZeroElevation | 0 | An undefined elevation is interpreted as 0. |
NegativeElevation | 1 | An undefined elevation is interpreted as −500 m. |
UnknownElevation | 2 | An undefined elevation is interpreted as a special, truly unknown value, that will cast a shadow of uncertainty farther away from the observer. |
Remarks
For more details, see LineOfSightOperator.UndefinedElevationInterpretation.
Platforms
Windows, Linux, Android