structured gui and models
This commit is contained in:
4
src/app/models/point.model.ts
Normal file
4
src/app/models/point.model.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface Point {
|
||||
x: Number;
|
||||
y: Number;
|
||||
}
|
||||
Reference in New Issue
Block a user