mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-12 19:32:37 +01:00
12 lines
No EOL
107 B
JavaScript
12 lines
No EOL
107 B
JavaScript
|
|
export class Surface {
|
|
|
|
constructor() {
|
|
|
|
}
|
|
|
|
intersect() {
|
|
throw 'not implemented';
|
|
};
|
|
|
|
} |