WeaponGunSightSolution
USI.Core
Current computed gun-sight aim and target range.
public struct WeaponGunSightSolution : IEquatable<WeaponGunSightSolution>Constructors
WeaponGunSightSolution
public WeaponGunSightSolution(Angle VerticalAngle, Angle LateralAngle, Length TargetRange)Current computed gun-sight aim and target range.
Properties
LateralAngle
public Angle LateralAngle { get; set; }TargetRange
public Length TargetRange { get; set; }VerticalAngle
public Angle VerticalAngle { get; set; }Methods
Deconstruct
public void Deconstruct(Angle VerticalAngle, Angle LateralAngle, Length TargetRange)Equals
public bool Equals(object obj)Equals
public bool Equals(WeaponGunSightSolution other)GetHashCode
public int GetHashCode()ToString
public string ToString()