3ds Max C++ API Reference
|
#include <stack3.h>
Public Member Functions | |
Matrix3Stack () | |
Matrix3Stack (int depth) | |
~Matrix3Stack () | |
Matrix3Stack (const Matrix3Stack &)=delete | |
Matrix3Stack & | operator= (const Matrix3Stack &)=delete |
bool | replace (const Matrix3 &m) |
bool | push (const Matrix3 &m) |
bool | dup (void) |
bool | concat (const Matrix3 &m) |
Matrix3 & | get (void) |
Matrix3 & | pop (void) |
bool | remove (void) |
bool | reset (void) |
Matrix3Stack | ( | ) |
Matrix3Stack | ( | int | depth | ) |
~Matrix3Stack | ( | ) |
|
delete |
|
delete |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |