From eaff50ee1fb64f236ba715d2099a3a3011280c08 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 30 Aug 2023 00:15:41 -0400 Subject: change up guide a bit --- guide-src/widget-inputs/builtins.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 guide-src/widget-inputs/builtins.html (limited to 'guide-src/widget-inputs/builtins.html') diff --git a/guide-src/widget-inputs/builtins.html b/guide-src/widget-inputs/builtins.html deleted file mode 100644 index 32cb3b1..0000000 --- a/guide-src/widget-inputs/builtins.html +++ /dev/null @@ -1,20 +0,0 @@ ---- built-in values - -all of pugl's built-in values begin with a . to distinguish -them from your widgets. -here they all are. -below, float refers to a plain old number, -vec2 is a 2-component vector, etc. - - - - - - - - - - - - -
built‑intypedescription
.posvec2the position of the pixel, with (−1, −1) being the bottom-left corner, and (+1, +1) being the top-right corner.
.pos01vec2the position of the pixel, with (0, 0) being the bottom-left corner, and (+1, +1) being the top-right corner.
.timefloatthe amount of time that has passed (wraps around every hour to prevent imprecision issues).
.mousevec2the position of the mouse ranging from (−1, −1) to (+1, +1).
.mouse01vec2the position of the mouse ranging from (0, 0) to (+1, +1).
.pifloatπ (3.1415…).
.2pifloat2π (6.2831…).
-- cgit v1.2.3