mirror of
https://github.com/bspeice/speice.io
synced 2025-12-15 09:36:14 -05:00
More writing for the main posts
This commit is contained in:
@ -4,4 +4,4 @@ import {Transform} from "../src/transform";
|
||||
import {applyCoefs} from "../src/coefs";
|
||||
// hidden-end
|
||||
export const transformPost = (transform: Transform, coefs: Coefs): Transform =>
|
||||
(x, y): [number, number] => applyCoefs(...transform(x, y), coefs)
|
||||
(x, y) => applyCoefs(...transform(x, y), coefs)
|
||||
Reference in New Issue
Block a user