# @lunaterra/math

> 2D math primitives and transforms used by Luna-Terra.

Latest version **0.0.5** (published 2026-09-24) · 0 weekly downloads

## Install

```sh
npm install @lunaterra/math
pnpm add @lunaterra/math
yarn add @lunaterra/math
bun add @lunaterra/math
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.0.5 |
| Published | 2026-09-24 |
| First published | 2026-05-18 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 28.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Maintainers | coreymaler |

## Links

- npm: https://www.npmjs.com/package/@lunaterra/math
- Repository: https://github.com/Corey-Maler/luna-terra
- Homepage: https://github.com/Corey-Maler/luna-terra#readme
- Issues: https://github.com/Corey-Maler/luna-terra/issues
- npm.io page: https://npm.io/package/@lunaterra/math

## Dependencies (1)

- [tslib](https://npm.io/package/tslib.md) ^2.3.0

## Recent versions

- 0.0.5 (latest) — 2026-09-24
- 0.0.4 — 2026-06-26
- 0.0.3 — 2026-05-22
- 0.0.2 — 2026-05-21
- 0.0.1 — 2026-05-18

## README

# @lunaterra/math

Math primitives for 2D geometry and transforms in Luna-Terra.

## Install

```bash
pnpm add @lunaterra/math
```

## Highlights

- `V2` vector math.
- `M3` 2D transform matrices.
- Rectangle, angle, and number utilities.

## Build from source

```bash
pnpm --filter @lunaterra/math run build
```

---
_Source: https://npm.io/package/@lunaterra/math · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
