Changes
Page history
Update Class Diagram
authored
Feb 24, 2021
by
Karikó Csongor Csanád
Show whitespace changes
Inline
Side-by-side
Class-Diagram.md
View page @
3d186b7f
...
...
@@ -23,3 +23,11 @@ Map "*" *-- MapObject
Map "1" *-- NavigationGraph
Simulation "1" *-- MaintenanceDispatcher
```
**Model.Common**
```
plantuml
class Vec2D {
+ operator+(Vec2D other)
+ operator-(Vec2D other)
}
```
\ No newline at end of file