Struct FbxDouble3
Syntax
public struct FbxDouble3 : IEquatable<FbxDouble3>
Constructors
FbxDouble3(FbxDouble3)
Declaration
public FbxDouble3(FbxDouble3 other)
Parameters
FbxDouble3(Double)
Declaration
public FbxDouble3(double X)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
FbxDouble3(Double, Double, Double)
Declaration
public FbxDouble3(double X, double Y, double Z)
Parameters
Type |
Name |
Description |
System.Double |
X |
|
System.Double |
Y |
|
System.Double |
Z |
|
Fields
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
Equals(FbxDouble3)
Declaration
public bool Equals(FbxDouble3 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()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.ValueType.ToString()
Operators
Equality(FbxDouble3, FbxDouble3)
Declaration
public static bool operator ==(FbxDouble3 a, FbxDouble3 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDouble3, FbxDouble3)
Declaration
public static bool operator !=(FbxDouble3 a, FbxDouble3 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|