docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class FbxQuaternion

    Inheritance
    object
    FbxQuaternion
    Implements
    IDisposable
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Autodesk.Fbx
    Assembly: Autodesk.Fbx.dll
    Syntax
    public class FbxQuaternion : IDisposable

    Constructors

    FbxQuaternion()

    Declaration
    public FbxQuaternion()

    FbxQuaternion(FbxQuaternion)

    Declaration
    public FbxQuaternion(FbxQuaternion pV)
    Parameters
    Type Name Description
    FbxQuaternion pV

    FbxQuaternion(FbxVector4, double)

    Declaration
    public FbxQuaternion(FbxVector4 pAxis, double pDegree)
    Parameters
    Type Name Description
    FbxVector4 pAxis
    double pDegree

    FbxQuaternion(double, double, double)

    Declaration
    public FbxQuaternion(double pX, double pY, double pZ)
    Parameters
    Type Name Description
    double pX
    double pY
    double pZ

    FbxQuaternion(double, double, double, double)

    Declaration
    public FbxQuaternion(double pX, double pY, double pZ, double pW)
    Parameters
    Type Name Description
    double pX
    double pY
    double pZ
    double pW

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    bool

    Properties

    this[int]

    Declaration
    public double this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    double

    W

    Declaration
    public double W { get; set; }
    Property Value
    Type Description
    double

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    double

    Z

    Declaration
    public double Z { get; set; }
    Property Value
    Type Description
    double

    Methods

    Compare(FbxQuaternion)

    Declaration
    public int Compare(FbxQuaternion pQ2)
    Parameters
    Type Name Description
    FbxQuaternion pQ2
    Returns
    Type Description
    int

    Compare(FbxQuaternion, double)

    Declaration
    public int Compare(FbxQuaternion pQ2, double pThreshold)
    Parameters
    Type Name Description
    FbxQuaternion pQ2
    double pThreshold
    Returns
    Type Description
    int

    ComposeSphericalXYZ(FbxVector4)

    Declaration
    public void ComposeSphericalXYZ(FbxVector4 pEuler)
    Parameters
    Type Name Description
    FbxVector4 pEuler

    Conjugate()

    Declaration
    public void Conjugate()

    DecomposeSphericalXYZ()

    Declaration
    public FbxVector4 DecomposeSphericalXYZ()
    Returns
    Type Description
    FbxVector4

    Dispose()

    Declaration
    public virtual void Dispose()

    DotProduct(FbxQuaternion)

    Declaration
    public double DotProduct(FbxQuaternion pQuaternion)
    Parameters
    Type Name Description
    FbxQuaternion pQuaternion
    Returns
    Type Description
    double

    Equals(FbxQuaternion)

    Declaration
    public bool Equals(FbxQuaternion other)
    Parameters
    Type Name Description
    FbxQuaternion other
    Returns
    Type Description
    bool

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    ~FbxQuaternion()

    Declaration
    protected ~FbxQuaternion()

    GetAt(int)

    Declaration
    public double GetAt(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    double

    GetHashCode()

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

    Inverse()

    Declaration
    public void Inverse()

    Length()

    Declaration
    public double Length()
    Returns
    Type Description
    double

    Normalize()

    Declaration
    public void Normalize()

    Product(FbxQuaternion)

    Declaration
    public FbxQuaternion Product(FbxQuaternion pOther)
    Parameters
    Type Name Description
    FbxQuaternion pOther
    Returns
    Type Description
    FbxQuaternion

    Set(double, double, double)

    Declaration
    public void Set(double pX, double pY, double pZ)
    Parameters
    Type Name Description
    double pX
    double pY
    double pZ

    Set(double, double, double, double)

    Declaration
    public void Set(double pX, double pY, double pZ, double pW)
    Parameters
    Type Name Description
    double pX
    double pY
    double pZ
    double pW

    SetAt(int, double)

    Declaration
    public void SetAt(int index, double value)
    Parameters
    Type Name Description
    int index
    double value

    SetAxisAngle(FbxVector4, double)

    Declaration
    public void SetAxisAngle(FbxVector4 pAxis, double pDegree)
    Parameters
    Type Name Description
    FbxVector4 pAxis
    double pDegree

    Slerp(FbxQuaternion, double)

    Declaration
    public FbxQuaternion Slerp(FbxQuaternion pOther, double pWeight)
    Parameters
    Type Name Description
    FbxQuaternion pOther
    double pWeight
    Returns
    Type Description
    FbxQuaternion

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    Operators

    operator +(FbxQuaternion, FbxQuaternion)

    Declaration
    public static FbxQuaternion operator +(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    FbxQuaternion

    operator +(FbxQuaternion, double)

    Declaration
    public static FbxQuaternion operator +(FbxQuaternion a, double b)
    Parameters
    Type Name Description
    FbxQuaternion a
    double b
    Returns
    Type Description
    FbxQuaternion

    operator /(FbxQuaternion, FbxQuaternion)

    Declaration
    public static FbxQuaternion operator /(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    FbxQuaternion

    operator /(FbxQuaternion, double)

    Declaration
    public static FbxQuaternion operator /(FbxQuaternion a, double b)
    Parameters
    Type Name Description
    FbxQuaternion a
    double b
    Returns
    Type Description
    FbxQuaternion

    operator ==(FbxQuaternion, FbxQuaternion)

    Declaration
    public static bool operator ==(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    bool

    operator !=(FbxQuaternion, FbxQuaternion)

    Declaration
    public static bool operator !=(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    bool

    operator *(FbxQuaternion, FbxQuaternion)

    Declaration
    public static FbxQuaternion operator *(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    FbxQuaternion

    operator *(FbxQuaternion, double)

    Declaration
    public static FbxQuaternion operator *(FbxQuaternion a, double b)
    Parameters
    Type Name Description
    FbxQuaternion a
    double b
    Returns
    Type Description
    FbxQuaternion

    operator *(double, FbxQuaternion)

    Declaration
    public static FbxQuaternion operator *(double a, FbxQuaternion b)
    Parameters
    Type Name Description
    double a
    FbxQuaternion b
    Returns
    Type Description
    FbxQuaternion

    operator -(FbxQuaternion, FbxQuaternion)

    Declaration
    public static FbxQuaternion operator -(FbxQuaternion a, FbxQuaternion b)
    Parameters
    Type Name Description
    FbxQuaternion a
    FbxQuaternion b
    Returns
    Type Description
    FbxQuaternion

    operator -(FbxQuaternion, double)

    Declaration
    public static FbxQuaternion operator -(FbxQuaternion a, double b)
    Parameters
    Type Name Description
    FbxQuaternion a
    double b
    Returns
    Type Description
    FbxQuaternion

    operator -(FbxQuaternion)

    Declaration
    public static FbxQuaternion operator -(FbxQuaternion a)
    Parameters
    Type Name Description
    FbxQuaternion a
    Returns
    Type Description
    FbxQuaternion

    Implements

    IDisposable
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)