Struct

BodyAngularAccelerationVector

USI.Core

Public SDK type.

public struct BodyAngularAccelerationVector : IEquatable<BodyAngularAccelerationVector>

Constructors

BodyAngularAccelerationVector

public BodyAngularAccelerationVector(AngularAcceleration Roll, AngularAcceleration Pitch, AngularAcceleration Yaw)

Properties

Pitch

public AngularAcceleration Pitch { get; set; }

Roll

public AngularAcceleration Roll { get; set; }

Yaw

public AngularAcceleration Yaw { get; set; }

Methods

Deconstruct

public void Deconstruct(AngularAcceleration Roll, AngularAcceleration Pitch, AngularAcceleration Yaw)

Equals

public bool Equals(object obj)

Equals

public bool Equals(BodyAngularAccelerationVector other)

GetHashCode

public int GetHashCode()

ToString

public string ToString()