This commit is contained in:
iutbgdin 2025-10-10 15:32:57 +02:00
parent c00ccdaf9c
commit b38a84b51d
18 changed files with 156 additions and 70 deletions

View file

@ -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;