Euphoria
Classes | Namespaces | Functions | Variables
mat4.h File Reference
#include "base/vec3.h"
#include "base/vec4.h"
#include "base/angle.h"
#include "base/axisangle.h"

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.