From c7dad1e929c0101386fbcdaa194e402d68f74752 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 23 Aug 2017 22:56:53 +0100 Subject: Updating docs --- structyage_1_1Position.html | 215 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 215 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..09112c26 --- /dev/null +++ b/structyage_1_1Position.html @@ -0,0 +1,215 @@ + + + + + + + +YAGE: yage::Position Struct Reference + + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  0.02 +
+
Yet Another Game Engine
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
yage::Position Struct Reference
+
+
+ +

#include <vertex.hpp>

+ + + + + + +

+Public Member Functions

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

+Public Attributes

float x
 
float y
 
+

Constructor & Destructor Documentation

+ +

◆ Position() [1/2]

+ +
+
+ + + + + +
+ + + + + + + +
yage::Position::Position ()
+
+default
+
+ +
+
+ +

◆ Position() [2/2]

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

Member Data Documentation

+ +

◆ x

+ +
+
+ + + + +
float yage::Position::x
+
+ +
+
+ +

◆ y

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