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_1UV.html | 232 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 232 insertions(+) create mode 100644 structyage_1_1UV.html (limited to 'structyage_1_1UV.html') diff --git a/structyage_1_1UV.html b/structyage_1_1UV.html new file mode 100644 index 00000000..dcbce492 --- /dev/null +++ b/structyage_1_1UV.html @@ -0,0 +1,232 @@ + + + + + + +YAGE: yage::UV Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.3.0 +
+
Yet Another Game Engine
+
+
+ + + + + +
+
+ +
+
+
+ +
+ +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ +
+ +
+
yage::UV Struct Reference
+
+
+ +

#include <vertex.h>

+ + + + + + +

+Public Member Functions

 UV ()=default
 
 UV (float u_, float v_)
 
+ + + + + +

+Public Attributes

float u
 
float v
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + +
+ + + + + + + +
yage::UV::UV ()
+
+default
+
+ +
+
+ +
+
+ + + + + +
+ + + + + + + + + + + + + + + + + + +
yage::UV::UV (float u_,
float v_ 
)
+
+inline
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + +
float yage::UV::u
+
+ +
+
+ +
+
+ + + + +
float yage::UV::v
+
+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit