Go to the source code of this file.
Data Structures | |
| class | T2DVectorfield< T > |
| 2D Vector field More... | |
Typedefs | |
| typedef T2DVectorfield< C2DDVector > | C2DDVectorfield |
| 2D vector field to store double precicion 2D vectors More... | |
| typedef T2DVectorfield< C2DFVector > | C2DFVectorfield |
| 2D vector field to store single precicion 2D vectors More... | |
Functions | |
| EXPORT_2D C2DFVectorfield & | operator+= (C2DFVectorfield &a, const C2DFVectorfield &b) |
| typedef T2DVectorfield<C2DDVector> C2DDVectorfield |
2D vector field to store double precicion 2D vectors
Definition at line 66 of file 2d/vectorfield.hh.
| typedef T2DVectorfield<C2DFVector> C2DFVectorfield |
2D vector field to store single precicion 2D vectors
Definition at line 63 of file 2d/vectorfield.hh.
| EXPORT_2D C2DFVectorfield& operator+= | ( | C2DFVectorfield & | a, |
| const C2DFVectorfield & | b | ||
| ) |
Concat two vector fields that descrive a transformation T_a = x - a(x) and T_b = x - b(x)
| [in,out] | a | ; output=a( x - b(x) ) + b(x); |
| b |