mirror of https://github.com/AxioDL/zeus.git
Merge branch 'master' of https://github.com/AxioDL/zeus
This commit is contained in:
commit
5aae3cdbc6
|
@ -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];}
|
||||
|
||||
|
|
Loading…
Reference in New Issue