mirror of
https://github.com/AxioDL/zeus.git
synced 2025-08-03 10:45:43 +00:00
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…
x
Reference in New Issue
Block a user