#include "common.h"
Go to the source code of this file.
Data Structures | |
struct | vec_internal< LEN > |
class | vec2d |
Functions | |
template<int LEN> | |
std::ostream & | operator<< (std::ostream &out, const dvec< LEN > &v) |
std::ostream & | operator<< (std::ostream &out, const vec2d &v) |
Definition in file vector_fpu.h.
std::ostream& operator<< | ( | std::ostream & | out, | |
const dvec< LEN > & | v | |||
) | [inline] |
Definition at line 203 of file vector_fpu.h.
std::ostream& operator<< | ( | std::ostream & | out, | |
const vec2d & | v | |||
) | [inline] |
Definition at line 278 of file vector_fpu.h.
References vec2d::x(), and vec2d::y().