Davide Della Casa
Results
82
issues of
Davide Della Casa
the crossProduct function in Point is: Point.prototype.crossProduct = function (aPoint) { return this.multiplyBy(aPoint.mirror()); }; which if I'm not mistaken returns another point. On the other hand, it looks like the...
Hi, Just thought to add an example upscaler with the classic example image. If you don't like the idea to add the example in the src, another option is to...