Share via


CMRotationRate Struct

Definition

3D rotation rate.

public struct CMRotationRate
type CMRotationRate = struct
Inheritance
CMRotationRate

Constructors

Name Description
CMRotationRate(Double, Double, Double)

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

Fields

Name Description
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

Name Description
ToString()

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

Applies to