Euphoria
|
Go to the source code of this file.
Classes | |
struct | eu::m4 |
4x4 matrix More... | |
Namespaces | |
namespace | eu |
Functions | |
std::string | eu::string_from (const m4 &m) |
Convert a matrix to a string representation, prefer fmt. | |
m4 | eu::operator+ (const m4 &lhs, const m4 &rhs) |
m4 | eu::operator- (const m4 &lhs, const m4 &rhs) |
m4 | eu::operator* (const m4 &lhs, const m4 &rhs) |
v4 | eu::operator* (const m4 &lhs, const v4 &rhs) |
Variables | |
constexpr m4 | eu::m4_identity = m4::from_scalar(1) |
The identity matrix. | |