| Anonymous | Login |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
| 0006984 | Multi Theft Auto : San Andreas | Client | public | 2012-04-05 01:28 | 2013-01-26 08:14 | ||||||||
| Reporter | ccw | ||||||||||||
| Assigned To | Cazomino05 | ||||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | ||||||||
| Status | resolved | Resolution | fixed | ||||||||||
| Platform | OS | OS Version | |||||||||||
| Product Version | |||||||||||||
| Target Version | 1.3.1 | Fixed in Version | 1.3.1 | ||||||||||
| Summary | 0006984: getElementMatrix returns non-standard matrix | ||||||||||||
| Description | getElementMatrix returns a matrix with the last column in each row set to 1. This will mean some operations will yield incorrect results. | ||||||||||||
| Additional Information | Current fix is to manually set the last column in the first three rows to zero: mat = getElementMatrix(element) mat[1][4] = 0 mat[2][4] = 0 mat[3][4] = 0 | ||||||||||||
| Tags | No tags attached. | ||||||||||||
| Attached Files | |||||||||||||
Notes |
|
|
(0018018) guix (viewer) 2013-01-26 06:15 |
It is marked as resolved, but it isn't. |
|
(0018019) ccw (administrator) 2013-01-26 07:38 |
Documentation was missing. Fixed: http://wiki.multitheftauto.com/wiki/GetElementMatrix [^] |
|
(0018020) guix (viewer) 2013-01-26 08:14 |
Thanks :) |
| Copyright © 2000 - 2013 MantisBT Team |