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

    Class FbxDouble4x4

    Inheritance
    Object
    FbxDouble4x4
    FbxAMatrix
    FbxMatrix
    Namespace: Autodesk.Fbx
    Syntax
    public class FbxDouble4x4 : IDisposable

    Constructors

    FbxDouble4x4()

    Declaration
    public FbxDouble4x4()

    FbxDouble4x4(FbxDouble4)

    Declaration
    public FbxDouble4x4(FbxDouble4 pValue)
    Parameters
    Type Name Description
    FbxDouble4 pValue

    FbxDouble4x4(FbxDouble4, FbxDouble4, FbxDouble4, FbxDouble4)

    Declaration
    public FbxDouble4x4(FbxDouble4 pData0, FbxDouble4 pData1, FbxDouble4 pData2, FbxDouble4 pData3)
    Parameters
    Type Name Description
    FbxDouble4 pData0
    FbxDouble4 pData1
    FbxDouble4 pData2
    FbxDouble4 pData3

    FbxDouble4x4(FbxDouble4x4)

    Declaration
    public FbxDouble4x4(FbxDouble4x4 other)
    Parameters
    Type Name Description
    FbxDouble4x4 other

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Item[Int32]

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

    W

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

    X

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

    Y

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

    Z

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

    Methods

    Dispose()

    Declaration
    public virtual void Dispose()

    Equals(FbxDouble4x4)

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

    GetHashCode()

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

    ToString()

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

    Operators

    Equality(FbxDouble4x4, FbxDouble4x4)

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

    Inequality(FbxDouble4x4, FbxDouble4x4)

    Declaration
    public static bool operator !=(FbxDouble4x4 a, FbxDouble4x4 b)
    Parameters
    Type Name Description
    FbxDouble4x4 a
    FbxDouble4x4 b
    Returns
    Type Description
    Boolean
    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