docs.unity3d.com
    Show / Hide Table of Contents

    Class GfQuatf

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

    Constructors

    GfQuatf()

    Declaration
    public GfQuatf()

    GfQuatf(GfQuatd)

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

    GfQuatf(GfQuath)

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

    GfQuatf(Single)

    Declaration
    public GfQuatf(float realVal)
    Parameters
    Type Name Description
    Single realVal

    GfQuatf(Single, GfVec3f)

    Declaration
    public GfQuatf(float real, GfVec3f imaginary)
    Parameters
    Type Name Description
    Single real
    GfVec3f imaginary

    GfQuatf(Single, Single, Single, Single)

    Declaration
    public GfQuatf(float real, float i, float j, float k)
    Parameters
    Type Name Description
    Single real
    Single i
    Single j
    Single k

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Methods

    Dispose()

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

    Equals(GfQuatf, GfQuatf)

    Declaration
    public static bool Equals(GfQuatf lhs, GfQuatf rhs)
    Parameters
    Type Name Description
    GfQuatf lhs
    GfQuatf 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 GfQuatf GetConjugate()
    Returns
    Type Description
    GfQuatf

    GetHashCode()

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

    GetIdentity()

    Declaration
    public static GfQuatf GetIdentity()
    Returns
    Type Description
    GfQuatf

    GetImaginary()

    Declaration
    public GfVec3f GetImaginary()
    Returns
    Type Description
    GfVec3f

    GetInverse()

    Declaration
    public GfQuatf GetInverse()
    Returns
    Type Description
    GfQuatf

    GetLength()

    Declaration
    public float GetLength()
    Returns
    Type Description
    Single

    GetNormalized()

    Declaration
    public GfQuatf GetNormalized()
    Returns
    Type Description
    GfQuatf

    GetNormalized(Single)

    Declaration
    public GfQuatf GetNormalized(float eps)
    Parameters
    Type Name Description
    Single eps
    Returns
    Type Description
    GfQuatf

    GetReal()

    Declaration
    public float GetReal()
    Returns
    Type Description
    Single

    Normalize()

    Declaration
    public float Normalize()
    Returns
    Type Description
    Single

    Normalize(Single)

    Declaration
    public float Normalize(float eps)
    Parameters
    Type Name Description
    Single eps
    Returns
    Type Description
    Single

    SetImaginary(GfVec3f)

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

    SetImaginary(Single, Single, Single)

    Declaration
    public void SetImaginary(float i, float j, float k)
    Parameters
    Type Name Description
    Single i
    Single j
    Single k

    SetReal(Single)

    Declaration
    public void SetReal(float real)
    Parameters
    Type Name Description
    Single real

    Operators

    Equality(GfQuatf, GfQuatf)

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

    Inequality(GfQuatf, GfQuatf)

    Declaration
    public static bool operator !=(GfQuatf lhs, GfQuatf rhs)
    Parameters
    Type Name Description
    GfQuatf lhs
    GfQuatf 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