Improved type definitions, simply changing the function arguments. In some cases the function arg require the matrix_t class, other require an object array {x: number, y: number }[] nad so i created a new class point_t to handle these types of data.
I haven't tested yet the typescript code directly with an example, so i can't assure on the code. I think this will be the next step.
The Library need also a typedoc documentations, it will be super useful and help a lot while coding.
Improved type definitions, simply changing the function arguments. In some cases the function arg require the
matrix_t
class, other require an object array{x: number, y: number }[]
nad so i created a new class point_t to handle these types of data. I haven't tested yet the typescript code directly with an example, so i can't assure on the code. I think this will be the next step. The Library need also a typedoc documentations, it will be super useful and help a lot while coding.