transformation-matrix
Version:
2d transformation matrix functions written in ES6 syntax. Tree shaking ready!
21 lines (20 loc) • 577 B
JavaScript
export * from './applyToPoint'
export * from './fromObject'
export * from './fromString'
export * from './identity'
export * from './inverse'
export * from './isAffineMatrix'
export * from './rotate'
export * from './scale'
export * from './shear'
export * from './skew'
export * from './toString'
export * from './transform'
export * from './translate'
export * from './fromTriangles'
export * from './smoothMatrix'
export * from './fromDefinition'
export * from './fromTransformAttribute'
export * from './decompose'
export * from './flip'
export * from './fromMovingPoints'