|
| Matrix () |
| Create a zero matrix More...
|
|
override bool | Equals (object obj) |
|
override int | GetHashCode () |
|
void | CheckValidity (string objectName=null) |
| Throw an ObjectDisposedException adding a given name to exception's Message in case that object is not valid More...
|
|
void | Dispose () |
|
|
float | M00 [get, set] |
|
float | M01 [get, set] |
|
float | M02 [get, set] |
|
float | M10 [get, set] |
|
float | M11 [get, set] |
|
float | M12 [get, set] |
|
IntPtr | Handle [get, protected set] |
|
bool | Valid [get] |
|
bool | Valid [get] |
| True if object is valid, false if disposed or not created properly More...
|
|
float | M00 [get, set] |
|
float | M01 [get, set] |
|
float | M02 [get, set] |
|
float | M10 [get, set] |
|
float | M11 [get, set] |
|
float | M12 [get, set] |
|
◆ Matrix()
FaceSDK.Base.Matrix.Matrix |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: