start adding some support for ctx1 and other fixes.

This commit is contained in:
castano
2007-07-22 06:09:14 +00:00
parent 1308795378
commit 2ea2aaaf4d
6 changed files with 102 additions and 5 deletions

View File

@ -76,8 +76,6 @@ public:
void operator+=(Vector3::Arg v);
void operator-=(Vector3::Arg v);
void operator*=(scalar s);
inline void operator/=(scalar s)
{ m_x /= s; m_y /= s; m_z /= s; }
void operator*=(Vector3::Arg v);
friend bool operator==(Vector3::Arg a, Vector3::Arg b);