|
14 | 14 | .term { |
15 | 15 | font-style: italic; |
16 | 16 | } |
17 | | - |
| 17 | + |
18 | 18 | .todo { |
19 | 19 | font-weight: bold; |
20 | 20 | border-left: 0.5em solid #f44; |
@@ -1367,7 +1367,7 @@ <h3 id=svg-object-bounding-box><span class=secno>7.6. </span>Object |
1367 | 1367 | transform-origin: 50% 50%; |
1368 | 1368 | } |
1369 | 1369 | </style> |
1370 | | - |
| 1370 | + |
1371 | 1371 | <defs> |
1372 | 1372 | <pattern id="pattern-1"> |
1373 | 1373 | <rect id="rect1" width="100" height="100" fill="blue" /> |
@@ -2285,15 +2285,15 @@ <h3 id=unmatrix><span class=secno>16.1. </span>Unmatrix</h3> |
2285 | 2285 | double determinant(matrix) returns the 4x4 determinant of the matrix |
2286 | 2286 | matrix inverse(matrix) returns the inverse of the passed matrix |
2287 | 2287 | matrix transpose(matrix) returns the transpose of the passed matrix |
2288 | | - point multVecMatrix(point, matrix) multiplies the passed point by the passed matrix |
| 2288 | + point multVecMatrix(point, matrix) multiplies the passed point by the passed matrix |
2289 | 2289 | and returns the transformed point |
2290 | 2290 | double length(point) returns the length of the passed vector |
2291 | 2291 | point normalize(point) normalizes the length of the passed point to 1 |
2292 | 2292 | double dot(point, point) returns the dot product of the passed points |
2293 | 2293 | double cos(double) returns the cosine of the passed angle in radians |
2294 | 2294 | double asin(double) returns the arcsine in radians of the passed value |
2295 | | - double atan2(double y, double x) returns the principal value of the arc tangent of |
2296 | | - y/x, using the signs of both arguments to determine |
| 2295 | + double atan2(double y, double x) returns the principal value of the arc tangent of |
| 2296 | + y/x, using the signs of both arguments to determine |
2297 | 2297 | the quadrant of the return value |
2298 | 2298 |
|
2299 | 2299 | Decomposition also makes use of the following function: |
|
0 commit comments