Show / Hide Table of Contents

    Struct HmdQuaternion_t

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public struct HmdQuaternion_t

    Fields

    w

    Declaration
    public double w
    Field Value
    Type Description
    System.Double

    x

    Declaration
    public double x
    Field Value
    Type Description
    System.Double

    y

    Declaration
    public double y
    Field Value
    Type Description
    System.Double

    z

    Declaration
    public double z
    Field Value
    Type Description
    System.Double
    In This Article
    • Fields
      • w
      • x
      • y
      • z
    Back to top Copyright (c) Valve Corporation, All rights reserved.