aimstil
5.0.5
|
Namespace for all linear algebra related stuff. More...
#include <til/scaling.h>
Public Member Functions | |
Scaling () | |
Scaling (const numeric_array< T, 3 > &scale, const numeric_array< T, 3 > &transl) | |
const numeric_array< T, 3 > & | getScale () const |
const numeric_array< T, 3 > & | getTransl () const |
numeric_array< T, 3 > & | getScale () |
numeric_array< T, 3 > & | getTransl () |
void | setScale (const numeric_array< T, 3 > &scale) |
void | setTransl (const numeric_array< T, 3 > &transl) |
Namespace for all linear algebra related stuff.
Represent a mathematical 3D scaling, i.e. a multiplication along all canonical axis, plus a translation
|
inline |
|
inline |
|
inline |
Definition at line 28 of file scaling.h.
Referenced by til::operator*().
|
inline |
|
inline |
Definition at line 29 of file scaling.h.
Referenced by til::operator*().
|
inline |
|
inline |
|
inline |