FlightControlInputVector
USI.Core
Signed roll, pitch, and yaw demand in normalized control ratios.
public struct FlightControlInputVector : IEquatable<FlightControlInputVector>Constructors
FlightControlInputVector
public FlightControlInputVector(double Roll, double Pitch, double Yaw)Signed roll, pitch, and yaw demand in normalized control ratios.
Properties
Pitch
public double Pitch { get; set; }Roll
public double Roll { get; set; }Yaw
public double Yaw { get; set; }Methods
Deconstruct
public void Deconstruct(double Roll, double Pitch, double Yaw)Equals
public bool Equals(object obj)Equals
public bool Equals(FlightControlInputVector other)GetHashCode
public int GetHashCode()ToString
public string ToString()