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

Go to the source code of this file.

Classes

class  SLVec4< T >
 4D vector template class for standard 4D vector algebra. More...
 

Typedefs

typedef SLVec4< SLfloatSLVec4f
 
typedef SLVec4< SLintSLVec4i
 
typedef SLVec4< SLfloatSLCol4f
 
typedef vector< SLVec4fSLVVec4f
 
typedef vector< SLVec4iSLVVec4i
 
typedef vector< SLCol4fSLVCol4f
 

Typedef Documentation

◆ SLCol4f

Definition at line 237 of file SLVec4.h.

◆ SLVCol4f

typedef vector<SLCol4f> SLVCol4f

Definition at line 241 of file SLVec4.h.

◆ SLVec4f

Definition at line 235 of file SLVec4.h.

◆ SLVec4i

typedef SLVec4<SLint> SLVec4i

Definition at line 236 of file SLVec4.h.

◆ SLVVec4f

typedef vector<SLVec4f> SLVVec4f

Definition at line 239 of file SLVec4.h.

◆ SLVVec4i

typedef vector<SLVec4i> SLVVec4i

Definition at line 240 of file SLVec4.h.