Class FbxQuaternion | Autodesk FBX SDK | 3.0.1-preview.1
docs.unity3d.com
    Show / Hide Table of Contents

    Class FbxQuaternion

    Inheritance
    Object
    FbxQuaternion
    Namespace: Autodesk.Fbx
    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
    Boolean

    Properties

    Item[Int32]

    Declaration
    public double this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 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
    Int32

    Compare(FbxQuaternion, Double)

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

    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
    Boolean

    Equals(Object)

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

    Finalize()

    Declaration
    protected void Finalize()

    GetAt(Int32)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    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(Int32, Double)

    Declaration
    public void SetAt(int index, double value)
    Parameters
    Type Name Description
    Int32 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

    Addition(FbxQuaternion, FbxQuaternion)

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

    Addition(FbxQuaternion, Double)

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

    Division(FbxQuaternion, FbxQuaternion)

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

    Division(FbxQuaternion, Double)

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

    Equality(FbxQuaternion, FbxQuaternion)

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

    Inequality(FbxQuaternion, FbxQuaternion)

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

    Multiply(FbxQuaternion, FbxQuaternion)

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

    Multiply(FbxQuaternion, Double)

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

    Multiply(Double, FbxQuaternion)

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

    Subtraction(FbxQuaternion, FbxQuaternion)

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

    Subtraction(FbxQuaternion, Double)

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

    UnaryNegation(FbxQuaternion)

    Declaration
    public static FbxQuaternion operator -(FbxQuaternion a)
    Parameters
    Type Name Description
    FbxQuaternion a
    Returns
    Type Description
    FbxQuaternion
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • 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 18 October 2023