Add bounding box calculation to triangle..
Could be helpful XD
This commit is contained in:
@@ -23,6 +23,8 @@ public:
|
||||
|
||||
public:
|
||||
Triangle(Point p1, Point p2, Point p3);
|
||||
BoundingBox getBounds();
|
||||
|
||||
};
|
||||
|
||||
#endif /* DORAYME_TRIANGLE_H */
|
||||
|
||||
Reference in New Issue
Block a user