DistanceVariation Enumeration
Tells how the range of the observer varies with the direction.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public enum DistanceVariation
Values
Value name | Value | Description |
---|---|---|
Constant | 0 | The range is constant in all directions. |
PhasedArray | 1 | In a direction that differs from the VisibilityOperator.PictureDirection by the horizontal angle a, the range equals the maximal range multiplied by sqrt( max(0, cos(a))). |
Remarks
See images under VisibilityOperator.DistanceVariation.
Platforms
Windows, Linux, Android