jsketcher/modules/math/functions.ts

3 lines
No EOL
86 B
TypeScript

import Vector from "math/vector";
export type VectorTransformer = (Vector) => Vector;