CMAcceleration Struct

Definition

A 3D vector containing acceleration values.

public struct CMAcceleration
type CMAcceleration = struct
Inheritance
CMAcceleration

Constructors

CMAcceleration(Double, Double, Double)

Creates a new CMAcceleration object, along the specified axes, with values in Gs.

Fields

X

Acceleration along the X axis, in Gs.

Y

Acceleration along the Y axis, in Gs.

Z

Acceleration along the Z axis, in Gs.

Methods

ToString()

A string, of the form $"a=({x},{y},{z})".

Applies to