aimstil
5.0.5
|
Go to the source code of this file.
Classes | |
struct | til::functor::CastTo< Point< T, D, TStorage >, X > |
By default, bounce any cast to the underlying container. More... | |
Namespaces | |
til | |
Belongs to package Box Do not include directly, include til/Box.h instead. | |
til::functor | |
Macros | |
#define | TIL_BOUNCE_BOOL_OP_TO_DATA(op) |
#define | TIL_BOUNCE_VEC_OP_TO_DATA(op, arg1, arg2, res, functor) |
#define | TIL_BOUNCE_SCALAR_OP_TO_DATA(op, functor) |
Functions | |
til::TIL_BOUNCE_VEC_OP_TO_DATA (+, Point, Vector, Point, functor::Add) | |
til::TIL_BOUNCE_VEC_OP_TO_DATA (+, Vector, Point, Point, functor::Add) | |
til::TIL_BOUNCE_VEC_OP_TO_DATA (-, Point, Vector, Point, functor::Sub) | |
til::TIL_BOUNCE_VEC_OP_TO_DATA (-, Point, Point, Vector, functor::Sub) | |
template<typename T , std::size_t D, typename TStorage > | |
std::ostream & | til::operator<< (std::ostream &os, const Point< T, D, TStorage > &p) |
#define TIL_BOUNCE_BOOL_OP_TO_DATA | ( | op | ) |
Definition at line 23 of file point_operators.h.
#define TIL_BOUNCE_SCALAR_OP_TO_DATA | ( | op, | |
functor | |||
) |
Definition at line 46 of file point_operators.h.
#define TIL_BOUNCE_VEC_OP_TO_DATA | ( | op, | |
arg1, | |||
arg2, | |||
res, | |||
functor | |||
) |
Definition at line 33 of file point_operators.h.