vec2.hpp File Reference
+ Include dependency graph for vec2.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cpe::vec2
 Vectors/Points 2D. More...
 

Namespaces

 cpe
 Namespace for CPE classes.
 

Macros

#define VEC2_HPP
 

Functions

vec2 cpe::operator+ (float s, const vec2 &p)
 
  • operator
More...
 
vec2 cpe::operator- (float s, const vec2 &p)
 
  • operator
More...
 
vec2 cpe::operator* (float s, const vec2 &p)
 multiply by a scalar operator More...
 
std::ostream & cpe::operator<< (std::ostream &stream, const vec2 &p)
 output the vector in ostream as (x,y,z) More...
 

Macro Definition Documentation

#define VEC2_HPP