#include <cmath>
#include "mlib/global.H"
#include "mlib/point3.H"
Include dependency graph for vec2.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | mlib |
Classes | |
class | mlib::Vec2< V > |
A 2D vector class with double precision floating point elements.
This class is designed to be base class of more specific types of 2D vectors. Specifically, 2D vectors in different coordinate systems. The template argument V is the type of the derived vector class. This allows the Vec2 to return new vectors of the same type as the derived class. More... |
Definition in file vec2.H.