kld-affine icon indicating copy to clipboard operation
kld-affine copied to clipboard

A collection of classes used in affine geometry

Results 15 kld-affine issues
Sort by recently updated
recently updated
newest added

Bumps [lodash.defaultsdeep](https://github.com/lodash/lodash) from 4.6.0 to 4.6.1. Commits ddf9354 Bump to v4.6.1. 5f58b65 Rebuild lodash and docs. 1ec20c5 Use propertyIsEnumerable var. 3421fab Update lodash dev dep. deeaf27 Avoid cloning symbols internally....

dependencies

Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. Commits 9a2e9b6 Mark version 6.4.1 90a9548 More rigorously check surrogate pairs in regexp validator df0cf1a Mark version 6.4.0 5303412 Also export Parser via Parser.acorn...

dependencies

When I first wrote the constructor declarations with defaults, VSCode didn't rais any errors, but after reopen it and declaring interfaces it raised: `A parameter initializer is only allowed in...

Declaring basic Interfaces with only properties can help passing plain object to method. ``` interface ICoordinate2D { x:number; y:number } class Point2D extends ICoordinate2D { ... add(that: ICoordinate2D) ... }...

There are TODO's in the code for those