Baku Hashimoto
***
Works
??
About
~@
Contact
v^v
Links
En
Ja
G-Code
visibility_off
This page is a personal
draft
to self.
Related
どこまでプレビズするか
TSP-Solver
grass
G-Code 弄りにおいて、ルートを最適化したい Lin-Kerningham法 /** * Stroke: ペンプロッターの「始点→終点」の2次元座標 */ type Stroke = [[x1: number, y1: number], [x2: number, y2: number]];