CMRotationRate Struct

Definition

3D rotation rate.

public struct CMRotationRate
type CMRotationRate = struct
Inheritance
CMRotationRate

Constructors

CMRotationRate(Double, Double, Double)

Creates a new CMRotationRate that rotates around the various axes at the specified rate, in radians per second.

Fields

x

The rotation rate around the X axis, in radians per second.

y

The rotation rate around the Y axis, in radians per second.

z

The rotation rate around the Z axis, in radians per second.

Methods

ToString()

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

Applies to