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

Go to the source code of this file.

Classes

class  SLRect< T, V >
 A rectangle template class. More...
 

Typedefs

typedef SLRect< SLint, SLVec2iSLRecti
 
typedef SLRect< SLfloat, SLVec2fSLRectf
 
typedef vector< SLRectiSLVRecti
 
typedef vector< SLRectfSLVRectf
 

Detailed Description

Date
August 2018
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLRect.h.

Typedef Documentation

◆ SLRectf

Definition at line 105 of file SLRect.h.

◆ SLRecti

Definition at line 104 of file SLRect.h.

◆ SLVRectf

typedef vector<SLRectf> SLVRectf

Definition at line 107 of file SLRect.h.

◆ SLVRecti

typedef vector<SLRecti> SLVRecti

Definition at line 106 of file SLRect.h.