docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct FbxVector2

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

    Constructors

    FbxVector2(FbxDouble2)

    Declaration
    public FbxVector2(FbxDouble2 other)
    Parameters
    Type Name Description
    FbxDouble2 other

    FbxVector2(FbxVector2)

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

    FbxVector2(double)

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

    FbxVector2(double, double)

    Declaration
    public FbxVector2(double X, double Y)
    Parameters
    Type Name Description
    double X
    double Y

    Fields

    X

    Declaration
    public double X
    Field Value
    Type Description
    double

    Y

    Declaration
    public double Y
    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

    Distance(FbxVector2)

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

    DotProduct(FbxVector2)

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

    Equals(FbxVector2)

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

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

    operator +(FbxVector2, double)

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

    operator /(FbxVector2, FbxVector2)

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

    operator /(FbxVector2, double)

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

    operator ==(FbxVector2, FbxVector2)

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

    operator !=(FbxVector2, FbxVector2)

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

    operator *(FbxVector2, FbxVector2)

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

    operator *(FbxVector2, double)

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

    operator *(double, FbxVector2)

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

    operator -(FbxVector2, FbxVector2)

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

    operator -(FbxVector2, double)

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

    operator -(FbxVector2)

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

    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)