@pencil.js/math
v1.18.0
Published
Math wrapper for Pencil.js package.
Downloads
39
Maintainers
Readme
Math
Wrapper for some mathematical helpers.
Installation
npm install @pencil.js/mathExamples
import * as PMath from "@pencil.js/math";
PMath.truncate(-99.9); // -99
// or
import { constrain } from "@pencil.js/math";
constrain(99, 0, 10); // 10Documentation
Go check the full documentation.
