Embedded Template Library  1.0
etl::coordinate_2d< T > Struct Template Reference

2D coordinate type. More...

#include <utility.h>

Public Member Functions

 coordinate_2d (T x_, T y_)
 

Public Attributes

x
 
y
 

Friends

bool operator== (const coordinate_2d &lhs, const coordinate_2d &rhs)
 
bool operator!= (const coordinate_2d &lhs, const coordinate_2d &rhs)
 

Detailed Description

template<typename T>
struct etl::coordinate_2d< T >

2D coordinate type.


The documentation for this struct was generated from the following file: