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

    Struct FbxVector2

    Namespace: Autodesk.Fbx
    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

    Item[Int32]

    Declaration
    public double this[int i] { get; set; }
    Parameters
    Type Name Description
    Int32 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
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    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

    Addition(FbxVector2, FbxVector2)

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

    Addition(FbxVector2, Double)

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

    Division(FbxVector2, FbxVector2)

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

    Division(FbxVector2, Double)

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

    Equality(FbxVector2, FbxVector2)

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

    Inequality(FbxVector2, FbxVector2)

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

    Multiply(FbxVector2, FbxVector2)

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

    Multiply(FbxVector2, Double)

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

    Multiply(Double, FbxVector2)

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

    Subtraction(FbxVector2, FbxVector2)

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

    Subtraction(FbxVector2, Double)

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

    UnaryNegation(FbxVector2)

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