mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-06 16:33:15 +01:00
7 lines
No EOL
80 B
JavaScript
7 lines
No EOL
80 B
JavaScript
export class UV {
|
|
|
|
constructor(u, v) {
|
|
this.u = u;
|
|
this.v = v;
|
|
}
|
|
} |