Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
agg::point_base< T > Struct Template Reference

#include <src/agg/agg_basics.h>

+ Collaboration diagram for agg::point_base< T >:

Public Types

typedef T value_type
 

Public Member Functions

 point_base ()
 
 point_base (T x_, T y_)
 

Public Attributes

x
 
y
 

Detailed Description

template<class T>
struct agg::point_base< T >

Member Typedef Documentation

◆ value_type

template<class T >
typedef T agg::point_base< T >::value_type

Constructor & Destructor Documentation

◆ point_base() [1/2]

template<class T >
agg::point_base< T >::point_base ( )
inline
512{}

◆ point_base() [2/2]

template<class T >
agg::point_base< T >::point_base ( x_,
y_ 
)
inline
513: x(x_), y(y_) {}
T x
Definition agg_basics.h:511
T y
Definition agg_basics.h:511

Member Data Documentation

◆ x

template<class T >
T agg::point_base< T >::x

◆ y

template<class T >
T agg::point_base< T >::y

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