#include "vl/Mixed.h"
Include dependency graph for Mixed.cc:
Go to the source code of this file.
Functions | |||
![]() | ![]() | TMReal | dot (const TMVec &a, const TVec &b) |
![]() | ![]() | TVec4 | operator * (const TMat4 &m, const TVec4 &v) |
![]() | ![]() | TVec4 | operator * (const TVec4 &v, const TMat4 &m) |
![]() | ![]() | TVec4& | operator *= (TVec4 &v, const TMat4 &m) |
![]() | ![]() | TVec | operator * (const TMat &m, const TVec &v) |
![]() | ![]() | TVec | operator * (const TVec &v, const TMat &m) |
![]() | ![]() | TVec& | operator *= (TVec &v, const TMat &m) |
TMReal dot (const TMVec & a, const TVec & b) |
TVec operator * (const TVec & v, const TMat & m) |
TVec operator * (const TMat & m, const TVec & v) |
TVec4 operator * (const TVec4 & v, const TMat4 & m) |
TVec4 operator * (const TMat4 & m, const TVec4 & v) |
TVec & operator *= (TVec & v, const TMat & m) |
TVec4 & operator *= (TVec4 & v, const TMat4 & m) |