From e8601b35b601b0ee1486dfaa12385e71b7f2b300 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 21 Oct 2024 15:37:31 +0200 Subject: WIP quadtree visualization scaffolding --- Rectangle.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Rectangle.h') diff --git a/Rectangle.h b/Rectangle.h index a3d0a0d..a8d523b 100644 --- a/Rectangle.h +++ b/Rectangle.h @@ -1,9 +1,9 @@ #pragma once typedef struct { - unsigned int x; - unsigned int y; - unsigned int width; - unsigned int height; + float x; + float y; + float width; + float height; } Rectangle; -- cgit v1.2.3