#include <matrixstack.h>
◆ matrixstack()
| matrixstack::matrixstack |
( |
| ) |
|
◆ ~matrixstack()
| matrixstack::~matrixstack |
( |
| ) |
|
◆ ApplyMatrix()
| void matrixstack::ApplyMatrix |
( |
const Matrix & |
m | ) |
|
◆ LoadIdentity()
| void matrixstack::LoadIdentity |
( |
| ) |
|
◆ matrix() [1/2]
| const Matrix& ant::matrixstack::matrix |
( |
| ) |
const |
|
inline |
◆ matrix() [2/2]
| Matrix& ant::matrixstack::matrix |
( |
| ) |
|
|
inline |
◆ PopMatrix()
| void matrixstack::PopMatrix |
( |
| ) |
|
◆ PushMatrix()
| void matrixstack::PushMatrix |
( |
| ) |
|
◆ Rotate()
| void matrixstack::Rotate |
( |
const double |
phi | ) |
|
◆ Scale()
| void matrixstack::Scale |
( |
const double |
x, |
|
|
const double |
y |
|
) |
| |
◆ Transform()
◆ Translate()
| void matrixstack::Translate |
( |
const Vector & |
d | ) |
|
The documentation for this class was generated from the following files: