#include <dpoint.hh>
Public Types | |
typedef Dpoint< void > | category |
typedef E | dpoint |
typedef E | exact_t |
Public Member Functions | |
const E & | to_dpoint () const |
It is a Dpoint so it returns itself. | |
Protected Member Functions | |
Dpoint () |
A delta-point is a vector defined by a couple of points.
Given two points, A and B, the vector AB is mapped into the delta-point D = AB. Practically one can write: D = B - A.
Definition at line 63 of file concept/dpoint.hh.
typedef Dpoint<void> mln::Dpoint< E >::category |
typedef E mln::Dpoint< E >::dpoint |
Definition at line 67 of file concept/dpoint.hh.
typedef E mln::Object< E >::exact_t [inherited] |
mln::Dpoint< E >::Dpoint | ( | ) | [inline, protected] |
Definition at line 81 of file concept/dpoint.hh.
const E & mln::Dpoint< E >::to_dpoint | ( | ) | const [inline] |
It is a Dpoint so it returns itself.
Definition at line 88 of file concept/dpoint.hh.
References mln::exact().