Inkscape
Vector Graphics Editor
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
Geom::NearConcept< T > Struct Template Reference

#include <concepts.h>

Public Member Functions

void constraints ()
 

Public Attributes

a
 
b
 
double tol
 
bool res
 

Detailed Description

template<typename T>
struct Geom::NearConcept< T >

Definition at line 149 of file concepts.h.

Member Function Documentation

◆ constraints()

template<typename T >
void Geom::NearConcept< T >::constraints ( )
inline

Member Data Documentation

◆ a

template<typename T >
T Geom::NearConcept< T >::a

Definition at line 150 of file concepts.h.

Referenced by Geom::NearConcept< T >::constraints().

◆ b

template<typename T >
T Geom::NearConcept< T >::b

Definition at line 150 of file concepts.h.

Referenced by Geom::NearConcept< T >::constraints().

◆ res

template<typename T >
bool Geom::NearConcept< T >::res

Definition at line 152 of file concepts.h.

Referenced by Geom::NearConcept< T >::constraints().

◆ tol

template<typename T >
double Geom::NearConcept< T >::tol

Definition at line 151 of file concepts.h.

Referenced by Geom::NearConcept< T >::constraints().


The documentation for this struct was generated from the following file: