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

    Class FbxAMatrix

    Inheritance
    Object
    FbxDouble4x4
    FbxAMatrix
    Inherited Members
    FbxDouble4x4.swigCMemOwn
    FbxDouble4x4.Equals(FbxDouble4x4)
    FbxDouble4x4.ToString()
    FbxDouble4x4.Item[Int32]
    FbxDouble4x4.X
    FbxDouble4x4.Y
    FbxDouble4x4.Z
    FbxDouble4x4.W
    Namespace: Autodesk.Fbx
    Syntax
    public class FbxAMatrix : FbxDouble4x4, IDisposable

    Constructors

    FbxAMatrix()

    Declaration
    public FbxAMatrix()

    FbxAMatrix(FbxAMatrix)

    Declaration
    public FbxAMatrix(FbxAMatrix pOther)
    Parameters
    Type Name Description
    FbxAMatrix pOther

    FbxAMatrix(FbxVector4, FbxVector4, FbxVector4)

    Declaration
    public FbxAMatrix(FbxVector4 pT, FbxVector4 pR, FbxVector4 pS)
    Parameters
    Type Name Description
    FbxVector4 pT
    FbxVector4 pR
    FbxVector4 pS

    Methods

    Dispose()

    Declaration
    public override void Dispose()
    Overrides
    FbxDouble4x4.Dispose()

    Equals(FbxAMatrix)

    Declaration
    public bool Equals(FbxAMatrix other)
    Parameters
    Type Name Description
    FbxAMatrix 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
    FbxDouble4x4.Equals(Object)

    Finalize()

    Declaration
    protected void Finalize()

    Get(Int32, Int32)

    Declaration
    public double Get(int pY, int pX)
    Parameters
    Type Name Description
    Int32 pY
    Int32 pX
    Returns
    Type Description
    Double

    GetColumn(Int32)

    Declaration
    public FbxVector4 GetColumn(int pX)
    Parameters
    Type Name Description
    Int32 pX
    Returns
    Type Description
    FbxVector4

    GetHashCode()

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

    GetQ()

    Declaration
    public FbxQuaternion GetQ()
    Returns
    Type Description
    FbxQuaternion

    GetR()

    Declaration
    public FbxVector4 GetR()
    Returns
    Type Description
    FbxVector4

    GetRow(Int32)

    Declaration
    public FbxVector4 GetRow(int pY)
    Parameters
    Type Name Description
    Int32 pY
    Returns
    Type Description
    FbxVector4

    GetS()

    Declaration
    public FbxVector4 GetS()
    Returns
    Type Description
    FbxVector4

    GetT()

    Declaration
    public FbxVector4 GetT()
    Returns
    Type Description
    FbxVector4

    Inverse()

    Declaration
    public FbxAMatrix Inverse()
    Returns
    Type Description
    FbxAMatrix

    IsIdentity()

    Declaration
    public bool IsIdentity()
    Returns
    Type Description
    Boolean

    IsIdentity(Double)

    Declaration
    public bool IsIdentity(double pThreshold)
    Parameters
    Type Name Description
    Double pThreshold
    Returns
    Type Description
    Boolean

    MultQ(FbxQuaternion)

    Declaration
    public FbxQuaternion MultQ(FbxQuaternion pQuaternion)
    Parameters
    Type Name Description
    FbxQuaternion pQuaternion
    Returns
    Type Description
    FbxQuaternion

    MultR(FbxVector4)

    Declaration
    public FbxVector4 MultR(FbxVector4 pVector4)
    Parameters
    Type Name Description
    FbxVector4 pVector4
    Returns
    Type Description
    FbxVector4

    MultS(FbxVector4)

    Declaration
    public FbxVector4 MultS(FbxVector4 pVector4)
    Parameters
    Type Name Description
    FbxVector4 pVector4
    Returns
    Type Description
    FbxVector4

    MultT(FbxVector4)

    Declaration
    public FbxVector4 MultT(FbxVector4 pVector4)
    Parameters
    Type Name Description
    FbxVector4 pVector4
    Returns
    Type Description
    FbxVector4

    SetIdentity()

    Declaration
    public void SetIdentity()

    SetQ(FbxQuaternion)

    Declaration
    public void SetQ(FbxQuaternion pQ)
    Parameters
    Type Name Description
    FbxQuaternion pQ

    SetR(FbxVector4)

    Declaration
    public void SetR(FbxVector4 pR)
    Parameters
    Type Name Description
    FbxVector4 pR

    SetS(FbxVector4)

    Declaration
    public void SetS(FbxVector4 pS)
    Parameters
    Type Name Description
    FbxVector4 pS

    SetT(FbxVector4)

    Declaration
    public void SetT(FbxVector4 pT)
    Parameters
    Type Name Description
    FbxVector4 pT

    SetTQS(FbxVector4, FbxQuaternion, FbxVector4)

    Declaration
    public void SetTQS(FbxVector4 pT, FbxQuaternion pQ, FbxVector4 pS)
    Parameters
    Type Name Description
    FbxVector4 pT
    FbxQuaternion pQ
    FbxVector4 pS

    SetTRS(FbxVector4, FbxVector4, FbxVector4)

    Declaration
    public void SetTRS(FbxVector4 pT, FbxVector4 pR, FbxVector4 pS)
    Parameters
    Type Name Description
    FbxVector4 pT
    FbxVector4 pR
    FbxVector4 pS

    Slerp(FbxAMatrix, Double)

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

    Transpose()

    Declaration
    public FbxAMatrix Transpose()
    Returns
    Type Description
    FbxAMatrix

    Operators

    Division(FbxAMatrix, Double)

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

    Equality(FbxAMatrix, FbxAMatrix)

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

    Inequality(FbxAMatrix, FbxAMatrix)

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

    Multiply(FbxAMatrix, FbxAMatrix)

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

    Multiply(FbxAMatrix, Double)

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

    Multiply(Double, FbxAMatrix)

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

    UnaryNegation(FbxAMatrix)

    Declaration
    public static FbxAMatrix operator -(FbxAMatrix a)
    Parameters
    Type Name Description
    FbxAMatrix a
    Returns
    Type Description
    FbxAMatrix
    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