To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99915
------- Additional comments from [email protected] Fri Apr 3 14:32:01 +0000 2009 ------- AW: I'm sorry that You think the interface is ugly, thb and i designed it carefully. Adding the value to each incarnation of a matrix would bloat memory and solve only for matrices. We offered possibilities to hand over an own small value where needed, but it's implemented as needed. You are the first who requests it for matrices. The current small value has nothing to do with screen pixels or cm at all, but only with double precision using IEEE 754 (AFAIK, see http://de.wikipedia.org/wiki/Gleitkommazahl for more infos) where the number is 64bit, divided in exponent (11) and mantisse (52). In that sense, the matrix class is not designed for graphics, but for common purpose. I see no hindrance in expanding the interface in the suggested way. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
