Class FbxDouble4x4
Inheritance
System.Object
FbxDouble4x4
Syntax
public class FbxDouble4x4 : IDisposable
Constructors
FbxDouble4x4()
Declaration
FbxDouble4x4(FbxDouble4)
Declaration
public FbxDouble4x4(FbxDouble4 pValue)
Parameters
FbxDouble4x4(FbxDouble4, FbxDouble4, FbxDouble4, FbxDouble4)
Declaration
public FbxDouble4x4(FbxDouble4 pData0, FbxDouble4 pData1, FbxDouble4 pData2, FbxDouble4 pData3)
Parameters
FbxDouble4x4(FbxDouble4x4)
Declaration
public FbxDouble4x4(FbxDouble4x4 other)
Parameters
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type |
Description |
System.Boolean |
|
Properties
Item[Int32]
Declaration
public FbxDouble4 this[int index] { get; set; }
Parameters
Type |
Name |
Description |
System.Int32 |
index |
|
Property Value
W
Declaration
public FbxDouble4 W { get; set; }
Property Value
X
Declaration
public FbxDouble4 X { get; set; }
Property Value
Y
Declaration
public FbxDouble4 Y { get; set; }
Property Value
Z
Declaration
public FbxDouble4 Z { get; set; }
Property Value
Methods
Dispose()
Declaration
public virtual void Dispose()
Equals(FbxDouble4x4)
Declaration
public bool Equals(FbxDouble4x4 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.Object.Equals(System.Object)
Finalize()
Declaration
protected void Finalize()
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()
Operators
Equality(FbxDouble4x4, FbxDouble4x4)
Declaration
public static bool operator ==(FbxDouble4x4 a, FbxDouble4x4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|
Inequality(FbxDouble4x4, FbxDouble4x4)
Declaration
public static bool operator !=(FbxDouble4x4 a, FbxDouble4x4 b)
Parameters
Returns
Type |
Description |
System.Boolean |
|