Ankush's Garage
A collection of stuff made by Ankush Roy
Loading...
Searching...
No Matches
Main.h File Reference

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 Documentation

◆ Matrix4x4

typedef struct Matrix4x4 Matrix4x4

◆ SpriteInstance

typedef struct SpriteInstance SpriteInstance

Function Documentation

◆ Matrix4x4_CreateOrthographicOffCenter()

Matrix4x4 Matrix4x4_CreateOrthographicOffCenter ( float left,
float right,
float bottom,
float top,
float zNearPlane,
float zFarPlane )