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

    Struct FbxVector4

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

    Item[Int32]

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

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

    Addition(FbxVector4, Double)

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

    Division(FbxVector4, FbxVector4)

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

    Division(FbxVector4, Double)

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

    Equality(FbxVector4, FbxVector4)

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

    Inequality(FbxVector4, FbxVector4)

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

    Multiply(FbxVector4, FbxVector4)

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

    Multiply(FbxVector4, Double)

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

    Multiply(Double, FbxVector4)

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

    Subtraction(FbxVector4, FbxVector4)

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

    Subtraction(FbxVector4, Double)

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

    UnaryNegation(FbxVector4)

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