Euphoria
mat4.cc File Reference
#include "base/mat4.h"

Go to the source code of this file.

Namespaces

 eu
 

Macros

#define OP(i)   data[i] += rhs.data[i]
 
#define OP(i)   data[i] -= rhs.data[i]
 

Functions

std::string eu::to_string (const mat4f &m)
 
mat4f eu::operator+ (const mat4f &lhs, const mat4f &rhs)
 
mat4f eu::operator- (const mat4f &lhs, const mat4f &rhs)
 
float eu::get_component_multiply_sum (const vec4f &lhs, const vec4f &rhs)
 
mat4f eu::operator* (const mat4f &lhs, const mat4f &rhs)
 
vec4f eu::operator* (const mat4f &lhs, const vec4f &rhs)
 

Macro Definition Documentation

◆ OP [1/2]

#define OP (   i)    data[i] += rhs.data[i]

◆ OP [2/2]

#define OP (   i)    data[i] -= rhs.data[i]