objV0.2
This commit is contained in:
parent
c00ccdaf9c
commit
b38a84b51d
18 changed files with 156 additions and 70 deletions
|
@ -9,12 +9,7 @@ class Plane {
|
|||
public:
|
||||
Plane(std::string& txt);
|
||||
std::vector<Point*> getPoints();
|
||||
uint8_t getR();
|
||||
uint8_t getG();
|
||||
uint8_t getB();
|
||||
uint8_t getA();
|
||||
uint8_t getL();
|
||||
uint8_t getZ();
|
||||
uint64_t getColor();
|
||||
friend std::ostream & operator<<(std::ostream& os, Plane& p);
|
||||
private:
|
||||
std::vector<Point*> pts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue