docs.unity3d.com
    Show / Hide Table of Contents

    Class GfQuatd

    Inheritance
    Object
    GfQuatd
    Inherited Members
    Object.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class GfQuatd : IDisposable

    Constructors

    GfQuatd()

    Declaration
    public GfQuatd()

    GfQuatd(GfQuatf)

    Declaration
    public GfQuatd(GfQuatf other)
    Parameters
    Type Name Description
    GfQuatf other

    GfQuatd(GfQuath)

    Declaration
    public GfQuatd(GfQuath other)
    Parameters
    Type Name Description
    GfQuath other

    GfQuatd(Double)

    Declaration
    public GfQuatd(double realVal)
    Parameters
    Type Name Description
    Double realVal

    GfQuatd(Double, GfVec3d)

    Declaration
    public GfQuatd(double real, GfVec3d imaginary)
    Parameters
    Type Name Description
    Double real
    GfVec3d imaginary

    GfQuatd(Double, Double, Double, Double)

    Declaration
    public GfQuatd(double real, double i, double j, double k)
    Parameters
    Type Name Description
    Double real
    Double i
    Double j
    Double k

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Equals(GfQuatd, GfQuatd)

    Declaration
    public static bool Equals(GfQuatd lhs, GfQuatd rhs)
    Parameters
    Type Name Description
    GfQuatd lhs
    GfQuatd rhs
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object rhs)
    Parameters
    Type Name Description
    Object rhs
    Returns
    Type Description
    Boolean
    Overrides
    Object.Equals(Object)

    Finalize()

    Declaration
    protected void Finalize()

    GetConjugate()

    Declaration
    public GfQuatd GetConjugate()
    Returns
    Type Description
    GfQuatd

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    Object.GetHashCode()

    GetIdentity()

    Declaration
    public static GfQuatd GetIdentity()
    Returns
    Type Description
    GfQuatd

    GetImaginary()

    Declaration
    public GfVec3d GetImaginary()
    Returns
    Type Description
    GfVec3d

    GetInverse()

    Declaration
    public GfQuatd GetInverse()
    Returns
    Type Description
    GfQuatd

    GetLength()

    Declaration
    public double GetLength()
    Returns
    Type Description
    Double

    GetNormalized()

    Declaration
    public GfQuatd GetNormalized()
    Returns
    Type Description
    GfQuatd

    GetNormalized(Double)

    Declaration
    public GfQuatd GetNormalized(double eps)
    Parameters
    Type Name Description
    Double eps
    Returns
    Type Description
    GfQuatd

    GetReal()

    Declaration
    public double GetReal()
    Returns
    Type Description
    Double

    Normalize()

    Declaration
    public double Normalize()
    Returns
    Type Description
    Double

    Normalize(Double)

    Declaration
    public double Normalize(double eps)
    Parameters
    Type Name Description
    Double eps
    Returns
    Type Description
    Double

    SetImaginary(GfVec3d)

    Declaration
    public void SetImaginary(GfVec3d imaginary)
    Parameters
    Type Name Description
    GfVec3d imaginary

    SetImaginary(Double, Double, Double)

    Declaration
    public void SetImaginary(double i, double j, double k)
    Parameters
    Type Name Description
    Double i
    Double j
    Double k

    SetReal(Double)

    Declaration
    public void SetReal(double real)
    Parameters
    Type Name Description
    Double real

    Operators

    Equality(GfQuatd, GfQuatd)

    Declaration
    public static bool operator ==(GfQuatd lhs, GfQuatd rhs)
    Parameters
    Type Name Description
    GfQuatd lhs
    GfQuatd rhs
    Returns
    Type Description
    Boolean

    Inequality(GfQuatd, GfQuatd)

    Declaration
    public static bool operator !=(GfQuatd lhs, GfQuatd rhs)
    Parameters
    Type Name Description
    GfQuatd lhs
    GfQuatd rhs
    Returns
    Type Description
    Boolean
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023