mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
3 lines
No EOL
86 B
TypeScript
3 lines
No EOL
86 B
TypeScript
import Vector from "math/vector";
|
|
|
|
export type VectorTransformer = (Vector) => Vector; |