This commit is contained in:
Jack Andersen 2016-04-07 17:36:21 -10:00
commit 5aae3cdbc6
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public:
{
return std::asin(-2.f * (x * z - w * y));
}
inline float& operator[](size_t idx) {return (&w)[idx];}
inline const float& operator[](size_t idx) const {return (&w)[idx];}