Struct FbxVector4
Syntax
public struct FbxVector4 : IEquatable<FbxVector4>
Constructors
FbxVector4(FbxDouble3)
Declaration
public FbxVector4(FbxDouble3 other)
Parameters
FbxVector4(FbxVector4)
Declaration
public FbxVector4(FbxVector4 other)
Parameters
FbxVector4(Double, Double, Double, Double)
Declaration
public FbxVector4(double X, double Y, double Z, double W = 1)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
System.Double |
Z |
|
System.Double |
W |
|
Fields
W
Declaration
Field Value
Type |
Description |
System.Double |
|
X
Declaration
Field Value
Type |
Description |
System.Double |
|
Y
Declaration
Field Value
Type |
Description |
System.Double |
|
Z
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
CrossProduct(FbxVector4)
Declaration
public FbxVector4 CrossProduct(FbxVector4 other)
Parameters
Returns
Distance(FbxVector4)
Declaration
public double Distance(FbxVector4 other)
Parameters
Returns
Type |
Description |
System.Double |
|
DotProduct(FbxVector4)
Declaration
public double DotProduct(FbxVector4 other)
Parameters
Returns
Type |
Description |
System.Double |
|
Equals(FbxVector4)
Declaration
public bool Equals(FbxVector4 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(FbxVector4, FbxVector4)
Declaration
public static FbxVector4 operator +(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Addition(FbxVector4, Double)
Declaration
public static FbxVector4 operator +(FbxVector4 a, double b)
Parameters
Type |
Name |
Description |
FbxVector4 |
a |
|
System.Double |
b |
|
Returns
Division(FbxVector4, FbxVector4)
Declaration
public static FbxVector4 operator /(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Division(FbxVector4, Double)
Declaration
public static FbxVector4 operator /(FbxVector4 a, double b)
Parameters
Type |
Name |
Description |
FbxVector4 |
a |
|
System.Double |
b |
|
Returns
Equality(FbxVector4, FbxVector4)
Declaration
public static bool operator ==(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxVector4, FbxVector4)
Declaration
public static bool operator !=(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Multiply(FbxVector4, FbxVector4)
Declaration
public static FbxVector4 operator *(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Multiply(FbxVector4, Double)
Declaration
public static FbxVector4 operator *(FbxVector4 a, double b)
Parameters
Type |
Name |
Description |
FbxVector4 |
a |
|
System.Double |
b |
|
Returns
Multiply(Double, FbxVector4)
Declaration
public static FbxVector4 operator *(double a, FbxVector4 b)
Parameters
Type |
Name |
Description |
System.Double |
a |
|
FbxVector4 |
b |
|
Returns
Subtraction(FbxVector4, FbxVector4)
Declaration
public static FbxVector4 operator -(FbxVector4 a, FbxVector4 b)
Parameters
Returns
Subtraction(FbxVector4, Double)
Declaration
public static FbxVector4 operator -(FbxVector4 a, double b)
Parameters
Type |
Name |
Description |
FbxVector4 |
a |
|
System.Double |
b |
|
Returns
UnaryNegation(FbxVector4)
Declaration
public static FbxVector4 operator -(FbxVector4 a)
Parameters
Returns