Class ExplorationView
Inheritance
System.Object
ExplorationView
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mars.Components.Environments.Cartesian
Assembly: Mars.Components.dll
Syntax
public abstract class ExplorationView
Properties
| Improve this Doc View SourceBearing
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[] |