JSPM

matrix3d

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 16
  • Score
    100M100P100Q36528F
  • License MIT

Decompose, interpolate, compose 3d matrices.

Package Exports

  • matrix3d
  • matrix3d/lib/Vector3
  • matrix3d/lib/Vector4

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (matrix3d) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Matrix3d

Decompose, interpolate, compose operations on 3d matrices.

Most of the Matrix4 code was ported from Chromium.

Some Vector methods from three.js.