From 1a8ec165031af3b860028ef1b360acc8e7baf9e6 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 21 Sep 2017 23:32:46 +0000 Subject: Rebuilding documentation --- structyage_1_1Position.html | 215 -------------------------------------------- 1 file changed, 215 deletions(-) delete mode 100644 structyage_1_1Position.html (limited to 'structyage_1_1Position.html') diff --git a/structyage_1_1Position.html b/structyage_1_1Position.html deleted file mode 100644 index 53fbd703..00000000 --- a/structyage_1_1Position.html +++ /dev/null @@ -1,215 +0,0 @@ - - - - - - - -YAGE: yage::Position Struct Reference - - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.1 -
-
Yet Another Game Engine
-
-
- - - - - - - -
-
- -
-
-
- -
- -
-
- - -
- -
- -
- -
-
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

- -

◆ 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