From 9b83919815f6a6ce5d73da1c28483970d0ca5589 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 3 Feb 2021 14:22:28 -0600 Subject: added dev/MinGfx/ --- dev/MinGfx/docs/html/structstbrp__node.html | 157 ++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 dev/MinGfx/docs/html/structstbrp__node.html (limited to 'dev/MinGfx/docs/html/structstbrp__node.html') diff --git a/dev/MinGfx/docs/html/structstbrp__node.html b/dev/MinGfx/docs/html/structstbrp__node.html new file mode 100644 index 0000000..cc4ebe6 --- /dev/null +++ b/dev/MinGfx/docs/html/structstbrp__node.html @@ -0,0 +1,157 @@ + + + + + + + +MinGfx Toolkit: stbrp_node Struct Reference + + + + + + + + + + + + +
+
+ + + + + + +
+
MinGfx Toolkit +  1.0 +
+
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
+
+
+ + + + + + + + +
+
+ + +
+ +
+ +
+
+ +
+
stbrp_node Struct Reference
+
+
+

Detailed Description

+
+

Definition at line 166 of file stb_rect_pack.h.

+
+

#include <stb_rect_pack.h>

+ + + + + + + + +

+Public Attributes

stbrp_coord x
 
stbrp_coord y
 
stbrp_nodenext
 
+

Member Data Documentation

+ +

◆ next

+ +
+
+ + + + +
stbrp_node* stbrp_node::next
+
+ +

Definition at line 169 of file stb_rect_pack.h.

+ +
+
+ +

◆ x

+ +
+
+ + + + +
stbrp_coord stbrp_node::x
+
+ +

Definition at line 168 of file stb_rect_pack.h.

+ +
+
+ +

◆ y

+ +
+
+ + + + +
stbrp_coord stbrp_node::y
+
+ +

Definition at line 168 of file stb_rect_pack.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+ + + + + -- cgit v1.2.3