Saga3D API Documentation
1.0-RC4
|
#include "vector2d.h"
Go to the source code of this file.
Classes | |
class | saga::core::line2d< T > |
2D line between two points with intersection methods. More... | |
Namespaces | |
saga | |
saga::core | |
typedef for Function Pointer | |
Typedefs | |
typedef line2d< float > | saga::core::line2df |
Typedef for an float line. More... | |
typedef line2d< std::int32_t > | saga::core::line2di |
Typedef for an integer line. More... | |