SimulatorCameraElevation
USI.Core
Current camera elevations above mean sea level and local ground.
public struct SimulatorCameraElevation : IEquatable<SimulatorCameraElevation>Constructors
SimulatorCameraElevation
public SimulatorCameraElevation(Length MeanSeaLevel, Length AboveGround)Current camera elevations above mean sea level and local ground.
Properties
AboveGround
public Length AboveGround { get; set; }MeanSeaLevel
public Length MeanSeaLevel { get; set; }Methods
Deconstruct
public void Deconstruct(Length MeanSeaLevel, Length AboveGround)Equals
public bool Equals(object obj)Equals
public bool Equals(SimulatorCameraElevation other)GetHashCode
public int GetHashCode()ToString
public string ToString()