CMAcceleration Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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})". |