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/structsfVector3f.htm | 113 +++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100755 h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfVector3f.htm (limited to 'h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfVector3f.htm') diff --git a/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfVector3f.htm b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfVector3f.htm new file mode 100755 index 0000000..91c79be --- /dev/null +++ b/h1z1/libghack/CSFML-2.1-windows-64bits/CSFML-2.1/doc/html/structsfVector3f.htm @@ -0,0 +1,113 @@ + + + + CSFML - C binding of the Simple and Fast Multimedia Library + + + + + + + +
+ +
+
sfVector3f Struct Reference
+
+
+ +

3-component vector of floats + More...

+ +

#include <Vector3.h>

+ + + + + + + + +

+Data Fields

float x
 
float y
 
float z
 
+

Detailed Description

+

3-component vector of floats

+ +

Definition at line 38 of file Vector3.h.

+

Field Documentation

+ +
+
+ + + + +
float sfVector3f::x
+
+ +

Definition at line 40 of file Vector3.h.

+ +
+
+ +
+
+ + + + +
float sfVector3f::y
+
+ +

Definition at line 41 of file Vector3.h.

+ +
+
+ +
+
+ + + + +
float sfVector3f::z
+
+ +

Definition at line 42 of file Vector3.h.

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