.. | .. |
---|
307 | 307 | |
---|
308 | 308 | } |
---|
309 | 309 | |
---|
310 | | - GrafreeD.Assert(Math.abs(src[0][3]) <= 1E-15); |
---|
311 | | - GrafreeD.Assert(Math.abs(src[1][3]) <= 1E-15); |
---|
312 | | - GrafreeD.Assert(Math.abs(src[2][3]) <= 1E-15); |
---|
313 | | - GrafreeD.Assert(Math.abs(src[3][3] - 1) <= 1E-15); |
---|
314 | | - GrafreeD.Assert(Math.abs(dst[0][3]) <= 1E-15); |
---|
315 | | - GrafreeD.Assert(Math.abs(dst[1][3]) <= 1E-15); |
---|
316 | | - GrafreeD.Assert(Math.abs(dst[2][3]) <= 1E-15); |
---|
317 | | - GrafreeD.Assert(Math.abs(dst[3][3] - 1) <= 1E-15); |
---|
| 310 | + Grafreed.Assert(Math.abs(src[0][3]) <= 1E-15); |
---|
| 311 | + Grafreed.Assert(Math.abs(src[1][3]) <= 1E-15); |
---|
| 312 | + Grafreed.Assert(Math.abs(src[2][3]) <= 1E-15); |
---|
| 313 | + Grafreed.Assert(Math.abs(src[3][3] - 1) <= 1E-15); |
---|
| 314 | + Grafreed.Assert(Math.abs(dst[0][3]) <= 1E-15); |
---|
| 315 | + Grafreed.Assert(Math.abs(dst[1][3]) <= 1E-15); |
---|
| 316 | + Grafreed.Assert(Math.abs(dst[2][3]) <= 1E-15); |
---|
| 317 | + Grafreed.Assert(Math.abs(dst[3][3] - 1) <= 1E-15); |
---|
318 | 318 | } |
---|
319 | 319 | |
---|
320 | 320 | static double toRadians(double degrees) |
---|