1.0.1 • Published 8 years ago

@gamestdio/mathf v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

@gamestdio/mathf

A collection of common math functions for JavaScript/TypeScript.

Installation

npm install @gamestdio/mathf

Usage

import { lerpAngle, rad2Deg } from "@gamestdio/mathf";

let targetAngle = Math.PI * rad2Deg;
sprite.rotation = lerpAngle(sprite.rotation, targetAngle, 0.1);

References

License

MIT