#include <expression.h>
Public Types | |
typedef float | value_type |
typedef IntegralConstant< 4 > | dimension0 |
typedef IntegralConstant< 4 > | dimension1 |
Public Member Functions | |
Matrix4Identity (const Matrix4 &value) | |
const value_type & | eval (unsigned int r, unsigned int c) const |
Private Attributes | |
const Matrix4 & | m_value |
Definition at line 451 of file expression.h.
typedef IntegralConstant<4> Matrix4Identity::dimension0 |
Definition at line 456 of file expression.h.
typedef IntegralConstant<4> Matrix4Identity::dimension1 |
Definition at line 457 of file expression.h.
typedef float Matrix4Identity::value_type |
Definition at line 455 of file expression.h.
Matrix4Identity::Matrix4Identity | ( | const Matrix4 & | value | ) | [inline] |
Definition at line 459 of file expression.h.
const value_type& Matrix4Identity::eval | ( | unsigned int | r, | |
unsigned int | c | |||
) | const [inline] |
Definition at line 463 of file expression.h.
References m_value.
const Matrix4& Matrix4Identity::m_value [private] |
Definition at line 453 of file expression.h.
Referenced by eval().