Show / Hide Table of Contents

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.

Inheritance
object
Quaternion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX