Inkscape
Vector Graphics Editor
|
#include <concepts.h>
Public Member Functions | |
void | constraints () |
Public Attributes | |
T | a |
T | b |
double | tol |
bool | res |
Definition at line 149 of file concepts.h.
|
inline |
Definition at line 153 of file concepts.h.
References Geom::NearConcept< T >::a, Geom::are_near(), Geom::NearConcept< T >::b, Geom::NearConcept< T >::res, and Geom::NearConcept< T >::tol.
T Geom::NearConcept< T >::a |
Definition at line 150 of file concepts.h.
Referenced by Geom::NearConcept< T >::constraints().
T Geom::NearConcept< T >::b |
Definition at line 150 of file concepts.h.
Referenced by Geom::NearConcept< T >::constraints().
bool Geom::NearConcept< T >::res |
Definition at line 152 of file concepts.h.
Referenced by Geom::NearConcept< T >::constraints().
double Geom::NearConcept< T >::tol |
Definition at line 151 of file concepts.h.
Referenced by Geom::NearConcept< T >::constraints().