docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FbxDouble4

    Implements
    IEquatable<FbxDouble4>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Autodesk.Fbx
    Assembly: Autodesk.Fbx.dll
    Syntax
    public struct FbxDouble4 : IEquatable<FbxDouble4>

    Constructors

    FbxDouble4(FbxDouble4)

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

    FbxDouble4(double)

    Declaration
    public FbxDouble4(double X)
    Parameters
    Type Name Description
    double X

    FbxDouble4(double, double, double, double)

    Declaration
    public FbxDouble4(double X, double Y, double Z, double W)
    Parameters
    Type Name Description
    double X
    double Y
    double Z
    double W

    Fields

    W

    Declaration
    public double W
    Field Value
    Type Description
    double

    X

    Declaration
    public double X
    Field Value
    Type Description
    double

    Y

    Declaration
    public double Y
    Field Value
    Type Description
    double

    Z

    Declaration
    public double Z
    Field Value
    Type Description
    double

    Properties

    this[int]

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

    Methods

    Equals(FbxDouble4)

    Declaration
    public bool Equals(FbxDouble4 other)
    Parameters
    Type Name Description
    FbxDouble4 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
    ValueType.Equals(object)

    GetHashCode()

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

    ToString()

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

    Operators

    operator ==(FbxDouble4, FbxDouble4)

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

    operator !=(FbxDouble4, FbxDouble4)

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

    Implements

    IEquatable<T>
    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)