@ccpc/math
v0.1.0
Published
2D geometry and curve math library
Readme
@ccpc/math
2D geometry and curve math library for Linea.
Install
pnpm add @ccpc/mathUsage
import { Vec2, Line2, Circle2, BSpline2 } from '@ccpc/math'Build
pnpm --filter "@ccpc/math" build