Expose Geometry2D.bresenham_line() method
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
This commit is contained in:
@ -324,6 +324,8 @@ public:
|
||||
|
||||
Dictionary make_atlas(const Vector<Size2> &p_rects);
|
||||
|
||||
TypedArray<Point2i> bresenham_line(const Point2i &p_from, const Point2i &p_to);
|
||||
|
||||
Geometry2D() { singleton = this; }
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user