Method | Description | |
---|---|---|
CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System |
Initializes a new instance of the CTransform class.
|
|
ToString ( ) : string |
public CTransform ( float field0, float field1, float field2, float field3, float field4, float field5, float field6, float field7 ) : System | ||
field0 | float | First item of the matrix. |
field1 | float | Second item of the matrix. |
field2 | float | Third item of the matrix. |
field3 | float | Fourth item of the matrix. |
field4 | float | Fifth item of the matrix. |
field5 | float | Sixth item of the matrix. |
field6 | float | Seventh item of the matrix. |
field7 | float | Eighth item of the matrix. |
return | System |