Loading...
Searching...
No Matches
#include <limits>
#include <string>
Go to the source code of this file.
|
| constexpr real3 | operator+ (const real3 &a, const real3 &b) |
| |
| constexpr void | operator+= (real3 &a, const real3 &b) |
| |
| constexpr real3 | operator- (const real3 &a, const real3 &b) |
| |
| constexpr real3 | operator* (const real3 &a, real b) |
| |
| constexpr real3 | operator* (real a, const real3 &b) |
| |
| constexpr real3 | operator/ (const real3 &a, real b) |
| |
| constexpr real3 | operator/ (const real3 &a, const real3 &b) |
| |
| constexpr void | operator/= (real3 &a, real b) |
| |
| constexpr real | dot (const real3 &a, const real3 &b) |
| |
| constexpr real | square (const real3 &a) |
| |
| constexpr bool | operator== (const real3 &a, const real3 &b) |
| |