geometry-interfaces
geometry-interfaces copied to clipboard
feat: Point transformation by matrix
- Implements
matrixTransforminDOMPointReadOnly - Implements
transformPointinDOMMatrixReadOnlywhich is the same operation - Fixes
expectMatricesEqualwhich doesn't handleepsiloncorrectly - Fixes the
DOMPointconstructor which uses an incorrect default value for thewargument (must be1according to https://drafts.fxtf.org/geometry/#DOMPoint)