From 1647f4b4f9ebef8b938222b1f48d9a15cc262e97 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Wed, 25 Mar 2020 20:48:19 +0100 Subject: clean-up the mess Signed-off-by: Toni Uhlig --- .../CSFML-2.1/doc/html/structsfFloatRect.htm | 129 +++++++++++++++++++++ 1 file changed, 129 insertions(+) create mode 100755 h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfFloatRect.htm (limited to 'h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfFloatRect.htm') diff --git a/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfFloatRect.htm b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfFloatRect.htm new file mode 100755 index 0000000..6a4c380 --- /dev/null +++ b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfFloatRect.htm @@ -0,0 +1,129 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfFloatRect Struct Reference
+
+
+ +

sfFloatRect and sfIntRect are utility classes for manipulating rectangles. + More...

+ +

#include <Rect.h>

+ + + + + + + + + + +

+Data Fields

float left
 
float top
 
float width
 
float height
 
+

Detailed Description

+

sfFloatRect and sfIntRect are utility classes for manipulating rectangles.

+ +

Definition at line 38 of file Rect.h.

+

Field Documentation

+ +
+
+ + + + +
float sfFloatRect::height
+
+ +

Definition at line 43 of file Rect.h.

+ +
+
+ +
+
+ + + + +
float sfFloatRect::left
+
+ +

Definition at line 40 of file Rect.h.

+ +
+
+ +
+
+ + + + +
float sfFloatRect::top
+
+ +

Definition at line 41 of file Rect.h.

+ +
+
+ +
+
+ + + + +
float sfFloatRect::width
+
+ +

Definition at line 42 of file Rect.h.

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