SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLVec2.h File Reference
#include <SLMath.h>
#include <Utils.h>
Include dependency graph for SLVec2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SLVec2< T >
 2D vector template class for standard 2D vector algebra. More...
 

Typedefs

typedef SLVec2< SLintSLVec2i
 
typedef SLVec2< SLfloatSLVec2f
 
typedef vector< SLVec2fSLVVec2f
 

Typedef Documentation

◆ SLVec2f

Definition at line 141 of file SLVec2.h.

◆ SLVec2i

typedef SLVec2<SLint> SLVec2i

Definition at line 140 of file SLVec2.h.

◆ SLVVec2f

typedef vector<SLVec2f> SLVVec2f

Definition at line 143 of file SLVec2.h.