Struct FbxVector2
Syntax
public struct FbxVector2 : IEquatable<FbxVector2>
Constructors
FbxVector2(FbxDouble2)
Declaration
public FbxVector2(FbxDouble2 other)
Parameters
FbxVector2(FbxVector2)
Declaration
public FbxVector2(FbxVector2 other)
Parameters
FbxVector2(Double)
Declaration
public FbxVector2(double X)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
FbxVector2(Double, Double)
Declaration
public FbxVector2(double X, double Y)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
Fields
X
Declaration
Field Value
Type |
Description |
System.Double |
|
Y
Declaration
Field Value
Type |
Description |
System.Double |
|
Properties
Item[Int32]
Declaration
public double this[int i] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Property Value
Type |
Description |
System.Double |
|
Methods
Distance(FbxVector2)
Declaration
public double Distance(FbxVector2 other)
Parameters
Returns
Type |
Description |
System.Double |
|
DotProduct(FbxVector2)
Declaration
public double DotProduct(FbxVector2 other)
Parameters
Returns
Type |
Description |
System.Double |
|
Equals(FbxVector2)
Declaration
public bool Equals(FbxVector2 other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
System.ValueType.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.ValueType.GetHashCode()
Length()
Declaration
Returns
Type |
Description |
System.Double |
|
SquareLength()
Declaration
public double SquareLength()
Returns
Type |
Description |
System.Double |
|
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Addition(FbxVector2, FbxVector2)
Declaration
public static FbxVector2 operator +(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Addition(FbxVector2, Double)
Declaration
public static FbxVector2 operator +(FbxVector2 a, double b)
Parameters
Type |
Name |
Description |
FbxVector2 |
a |
|
System.Double |
b |
|
Returns
Division(FbxVector2, FbxVector2)
Declaration
public static FbxVector2 operator /(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Division(FbxVector2, Double)
Declaration
public static FbxVector2 operator /(FbxVector2 a, double b)
Parameters
Type |
Name |
Description |
FbxVector2 |
a |
|
System.Double |
b |
|
Returns
Equality(FbxVector2, FbxVector2)
Declaration
public static bool operator ==(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxVector2, FbxVector2)
Declaration
public static bool operator !=(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Multiply(FbxVector2, FbxVector2)
Declaration
public static FbxVector2 operator *(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Multiply(FbxVector2, Double)
Declaration
public static FbxVector2 operator *(FbxVector2 a, double b)
Parameters
Type |
Name |
Description |
FbxVector2 |
a |
|
System.Double |
b |
|
Returns
Multiply(Double, FbxVector2)
Declaration
public static FbxVector2 operator *(double a, FbxVector2 b)
Parameters
Type |
Name |
Description |
System.Double |
a |
|
FbxVector2 |
b |
|
Returns
Subtraction(FbxVector2, FbxVector2)
Declaration
public static FbxVector2 operator -(FbxVector2 a, FbxVector2 b)
Parameters
Returns
Subtraction(FbxVector2, Double)
Declaration
public static FbxVector2 operator -(FbxVector2 a, double b)
Parameters
Type |
Name |
Description |
FbxVector2 |
a |
|
System.Double |
b |
|
Returns
UnaryNegation(FbxVector2)
Declaration
public static FbxVector2 operator -(FbxVector2 a)
Parameters
Returns