update solution of lab02
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#ifndef LINE_H
|
||||
#define LINE_H
|
||||
#include "point.h"
|
||||
|
||||
// A simple line class. In this simple world, we'll follow the
|
||||
@@ -26,4 +28,4 @@ double gradient(const Line &ln);
|
||||
// (That can be used to sort a collection of roads.)
|
||||
bool steeper_gradient(const Line &m, const Line &n);
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user