Home | History | Annotate | Download | only in libagl

Lines Matching refs:matrixf_t

367 struct matrixf_t;
371 void load(const matrixf_t& rhs);
377 struct matrixf_t {
379 void load(const matrixf_t& rhs);
387 static void multiply(matrixf_t& r,
388 const matrixf_t& lhs, const matrixf_t& rhs);
397 void multiply(const matrixf_t& rhs);
450 matrixf_t *stack;
457 void multiply(const matrixf_t& rhs);
464 matrixf_t& top() { return stack[depth]; }
465 const matrixf_t& top() const { return stack[depth]; }
474 matrixf_t matrix;