Class Quaternion
A Quaternion. Please note: if in the response you see "w: 1" and nothing else this is the default value of [0, 0, 0, 1] where x,y, and z are 0.
Implements
Inherited Members
Namespace: Google.Apis.PolyService.v1.Data
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class Quaternion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
W
The scalar component.
Declaration
[JsonProperty("w")]
public virtual double? W { get; set; }
Property Value
Type | Description |
---|---|
double? |
X
The x component.
Declaration
[JsonProperty("x")]
public virtual double? X { get; set; }
Property Value
Type | Description |
---|---|
double? |
Y
The y component.
Declaration
[JsonProperty("y")]
public virtual double? Y { get; set; }
Property Value
Type | Description |
---|---|
double? |
Z
The z component.
Declaration
[JsonProperty("z")]
public virtual double? Z { get; set; }
Property Value
Type | Description |
---|---|
double? |