![]() |
Ankush's Garage
A collection of stuff made by Ankush Roy
|
#include "Projects/Common/BaseProject.h"
#include "Projects/Boids/src/Boids.h"
#include "Core/Common/pch.h"
Go to the source code of this file.
Classes | |
struct | SpriteInstance |
struct | Matrix4x4 |
class | Boids |
Typedefs | |
typedef struct SpriteInstance | SpriteInstance |
typedef struct Matrix4x4 | Matrix4x4 |
Functions | |
Matrix4x4 | Matrix4x4_CreateOrthographicOffCenter (float left, float right, float bottom, float top, float zNearPlane, float zFarPlane) |
typedef struct Matrix4x4 Matrix4x4 |
typedef struct SpriteInstance SpriteInstance |
Matrix4x4 Matrix4x4_CreateOrthographicOffCenter | ( | float | left, |
float | right, | ||
float | bottom, | ||
float | top, | ||
float | zNearPlane, | ||
float | zFarPlane ) |