Home | History | Annotate | Download | only in rs

Lines Matching refs:Matrix

28 void Matrix::loadIdentity()
51 void Matrix::load(const float *v)
56 void Matrix::load(const Matrix *v)
61 void Matrix::loadRotate(float rot, float x, float y, float z)
100 void Matrix::loadScale(float x, float y, float z)
108 void Matrix::loadTranslate(float x, float y, float z)
116 void Matrix::loadMultiply(const Matrix *lhs, const Matrix *rhs)
137 void Matrix::loadOrtho(float l, float r, float b, float t, float n, float f) {
147 void Matrix::loadFrustum(float l, float r, float b, float t, float n, float f) {
159 void Matrix::vectorMultiply(float *out, const float *in) const {