From 72b41042223bfe31d70df8a71a50e4ba5d4f674d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 01:02:37 +0000 Subject: [Travis] Rebuilding documentation --- structyage_1_1Position.html | 232 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 structyage_1_1Position.html (limited to 'structyage_1_1Position.html') diff --git a/structyage_1_1Position.html b/structyage_1_1Position.html new file mode 100644 index 00000000..91c5397d --- /dev/null +++ b/structyage_1_1Position.html @@ -0,0 +1,232 @@ + + + + + + +YAGE: yage::Position Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage::Position Struct Reference
+
+
+ +

#include <vertex.h>

+ + + + + + +

+Public Member Functions

 Position ()=default
 
 Position (float x_, float y_)
 
+ + + + + +

+Public Attributes

float x
 
float y
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
yage::Position::Position ()
+
+default
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
yage::Position::Position (float x_,
float y_ 
)
+
+inline
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float yage::Position::x
+
+ +
+
+ +
+
+ + + + +
float yage::Position::y
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit