lab5 outlined
This commit is contained in:
21
Lab5/line.h
Normal file
21
Lab5/line.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* @file line.h
|
||||
* @author your name (you@domain.com)
|
||||
* @brief
|
||||
* @version 0.1
|
||||
* @date 2022-04-12
|
||||
*
|
||||
* @copyright Copyright (c) 2022
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shape.h"
|
||||
#include "matrix.h"
|
||||
|
||||
class Line: public Shape{
|
||||
public:
|
||||
|
||||
private:
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user