docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FbxVector4

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

    Constructors

    FbxVector4(FbxDouble3)

    Declaration
    public FbxVector4(FbxDouble3 other)
    Parameters
    Type Name Description
    FbxDouble3 other

    FbxVector4(FbxVector4)

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

    FbxVector4(double, double, double, double)

    Declaration
    public FbxVector4(double X, double Y, double Z, double W = 1)
    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

    CrossProduct(FbxVector4)

    Declaration
    public FbxVector4 CrossProduct(FbxVector4 other)
    Parameters
    Type Name Description
    FbxVector4 other
    Returns
    Type Description
    FbxVector4

    Distance(FbxVector4)

    Declaration
    public double Distance(FbxVector4 other)
    Parameters
    Type Name Description
    FbxVector4 other
    Returns
    Type Description
    double

    DotProduct(FbxVector4)

    Declaration
    public double DotProduct(FbxVector4 other)
    Parameters
    Type Name Description
    FbxVector4 other
    Returns
    Type Description
    double

    Equals(FbxVector4)

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

    Length()

    Declaration
    public double Length()
    Returns
    Type Description
    double

    SquareLength()

    Declaration
    public double SquareLength()
    Returns
    Type Description
    double

    ToString()

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

    Operators

    operator +(FbxVector4, FbxVector4)

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

    operator +(FbxVector4, double)

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

    operator /(FbxVector4, FbxVector4)

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

    operator /(FbxVector4, double)

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

    operator ==(FbxVector4, FbxVector4)

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

    operator !=(FbxVector4, FbxVector4)

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

    operator *(FbxVector4, FbxVector4)

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

    operator *(FbxVector4, double)

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

    operator *(double, FbxVector4)

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

    operator -(FbxVector4, FbxVector4)

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

    operator -(FbxVector4, double)

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

    operator -(FbxVector4)

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

    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)