#include <QuadCol.h>
|
| | QuadCol () |
| |
| | ~QuadCol () |
| |
| void | Rotate (const glm::mat4 &matrix, float angle, const vec3 &axis) |
| |
| void | Scale (const glm::mat4 &matrix, const vec3 &scale) |
| |
| void | Translate (const glm::mat4 &matrix, const vec3 &translation) |
| |
| void | Draw () |
| |
| star::QuadCol::QuadCol |
( |
| ) |
|
| star::QuadCol::~QuadCol |
( |
| ) |
|
| void star::QuadCol::Draw |
( |
| ) |
|
| void star::QuadCol::Rotate |
( |
const glm::mat4 & |
matrix, |
|
|
float |
angle, |
|
|
const vec3 & |
axis |
|
) |
| |
| void star::QuadCol::Scale |
( |
const glm::mat4 & |
matrix, |
|
|
const vec3 & |
scale |
|
) |
| |
| void star::QuadCol::Translate |
( |
const glm::mat4 & |
matrix, |
|
|
const vec3 & |
translation |
|
) |
| |
The documentation for this class was generated from the following files: