Class ExplorationView
Inheritance
System.Object
ExplorationView
Namespace: Mars.Components.Environments.Cartesian
Assembly: Mars.Components.dll
Syntax
public abstract class ExplorationView : object
Properties
Bearing
Declaration
public double Bearing { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Range
Declaration
public double Range { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Source
Declaration
public double[] Source { get; set; }
Property Value
Type | Description |
---|---|
System.Double[] |