Sets this matrix to be the matrix that maps from the 'from' coordinate system to the 'to' coordinate system.
"matrix2D_var" is a variable referencing a Matrix2D object. |
"matrix2D_var" is a variable referencing a Matrix2D object. |
| Type | Description |
| boolean | Returns true if successful. |
| Name | Type | Description |
| fromOrigin | Point2D | The origin point of the from coordinate system. |
| fromXAxis | Vector2D | The x axis direction of the from coordinate system. |
| fromYAxis | Vector2D | The y axis direction of the from coordinate system. |
| toOrigin | Point2D | The origin point of the to coordinate system. |
| toXAxis | Vector2D | The x axis direction of the to coordinate system. |
| toYAxis | Vector2D | The y axis direction of the to coordinate system. |