Work on J2DWindowEx (#1979)

This commit is contained in:
hatal175
2023-11-08 13:58:56 +02:00
committed by GitHub
parent d758496754
commit 7e41c6d883
36 changed files with 684 additions and 1449 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ template<> struct TBox<TVec2<f32> > {
template <typename T>
struct TBox2 : TBox<TVec2<T> > {
TBox2() {}
TBox2(const TVec2<f32>& i, const TVec2<f32> f) { set(i, f); }
TBox2(const TVec2<f32>& i, const TVec2<f32>& f) { set(i, f); }
TBox2(f32 x0, f32 y0, f32 x1, f32 y1) { set(x0, y0, x1, y1); }
void absolute() {