CMRotationRate 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.
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". |