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

Go to the source code of this file.

Namespaces

 eu
 

Functions

vec3f eu::operator+ (const vec3f &lhs, const vec3f &rhs)
 Math operators. More...
 
vec3f eu::operator- (const vec3f &lhs, const vec3f &rhs)
 
vec3f eu::operator* (float lhs, const vec3f &rhs)
 
vec3f eu::operator* (const vec3f &lhs, float rhs)
 
vec3f eu::operator/ (const vec3f &lhs, float rhs)
 
vec3f eu::operator/ (float lhs, const vec3f &rhs)
 
vec3f eu::lerp_vec3f (const vec3f &f, float v, const vec3f &t)
 Functions. More...
 
std::string eu::to_string (const vec3f &v)
 Transformations. More...
 
std::string eu::to_string (const unit3f &v)
 
std::string eu::to_string (const Scale3f &v)