SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLVector.h File Reference
#include <SL.h>
#include <SLMath.h>
Include dependency graph for SLVector.h:

Go to the source code of this file.

Classes

class  SLVector< T, U >
 Template class for dynamic vector. More...
 

Macros

#define MAXCAPACITY   (SLint)(pow(2.0f, (SLfloat)(sizeof(U) * 8))) - 1
 

Detailed Description

Authors
Jonas Lottner, Marcus Hudritsch
Date
July 2014
Authors
Institut fr Informatik, FHBB Muttenz, Switzerland
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 SLVector.h.

Macro Definition Documentation

◆ MAXCAPACITY

#define MAXCAPACITY   (SLint)(pow(2.0f, (SLfloat)(sizeof(U) * 8))) - 1

Definition at line 18 of file SLVector.h.