
Matrix4.M42 documentation
Posted Wednesday, 14 October, 2009 - 13:59 by rakkarage| Project: | The Open Toolkit library |
| Version: | 0.9.9-3 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
// // Summary: // Gets or sets the value at row 4, column 1 of this instance. public float M41 { get; set; } // // Summary: // Gets or sets the value at row 4, column 3 of this instance. <------------ 3? public float M42 { get; set; } // // Summary: // Gets or sets the value at row 4, column 3 of this instance. public float M43 { get; set; }
the documentation for Matrix4.M42 refers to M43... thanks


Comments
#1
edit
#2
Thanks for catching this. Fixed in rev. 2329.
Please post any other documentation issues you encounter, OpenTK contains something close to 100K lines of documentation in its source (not nearly enough!) which is too much for a single person to proofread.
#3
thank you... i was going to mention that the M11 properties etc refer to the first row as 1 and the row method refers to the first row as row 0?
i guess there is a reason for it...
#4
The Row0-Row3 properties where added before we started working towards XNA compatibility (for math methods). This will be fixed before the API is finalized, but it's not a very high priority right now.
#5
Closing issues fixed in 0.9.9-3.