Graphite Version 3
An experimental 3D geometry processing program
Loading...
Searching...
No Matches
GEO::vec2Hg< T > Class Template Reference

2d vector with homogeneous coordinates More...

#include <geogram/basic/vechg.h>

Public Types

typedef T value_type
 The type of the vector coordinates.
 

Public Member Functions

 vec2Hg (const T &x_in, const T &y_in, const T &w_in)
 
 vec2Hg (double x_in, double y_in, double w_in)
 
 vec2Hg (T &&x_in, T &&y_in, T &&w_in)
 
 vec2Hg (const vec2Hg &rhs)=default
 
 vec2Hg (vec2Hg &&rhs)=default
 
template<class T2 >
 vec2Hg (const vecng< 2, T2 > &rhs)
 
template<class T2 >
 vec2Hg (const vec2Hg< T2 > &rhs)
 
vec2Hgoperator= (const vec2Hg &rhs)=default
 
vec2Hgoperator= (vec2Hg &&rhs)=default
 
T * data ()
 
const T * data () const
 
T & operator[] (coord_index_t i)
 
const T & operator[] (coord_index_t i) const
 
void optimize ()
 

Public Attributes

x
 
y
 
w
 

Detailed Description

template<class T>
class GEO::vec2Hg< T >

2d vector with homogeneous coordinates

Definition at line 60 of file vechg.h.

Member Typedef Documentation

◆ value_type

template<class T >
typedef T GEO::vec2Hg< T >::value_type

The type of the vector coordinates.

Definition at line 63 of file vechg.h.

Constructor & Destructor Documentation

◆ vec2Hg() [1/5]

template<class T >
GEO::vec2Hg< T >::vec2Hg ( const T &  x_in,
const T &  y_in,
const T &  w_in 
)
inline

Definition at line 67 of file vechg.h.

◆ vec2Hg() [2/5]

template<class T >
GEO::vec2Hg< T >::vec2Hg ( double  x_in,
double  y_in,
double  w_in 
)
inline

Definition at line 73 of file vechg.h.

◆ vec2Hg() [3/5]

template<class T >
GEO::vec2Hg< T >::vec2Hg ( T &&  x_in,
T &&  y_in,
T &&  w_in 
)
inline

Definition at line 79 of file vechg.h.

◆ vec2Hg() [4/5]

template<class T >
template<class T2 >
GEO::vec2Hg< T >::vec2Hg ( const vecng< 2, T2 > &  rhs)
inlineexplicit

Definition at line 89 of file vechg.h.

◆ vec2Hg() [5/5]

template<class T >
template<class T2 >
GEO::vec2Hg< T >::vec2Hg ( const vec2Hg< T2 > &  rhs)
inlineexplicit

Definition at line 95 of file vechg.h.

Member Function Documentation

◆ data() [1/2]

template<class T >
T * GEO::vec2Hg< T >::data ( )
inline

Definition at line 104 of file vechg.h.

◆ data() [2/2]

template<class T >
const T * GEO::vec2Hg< T >::data ( ) const
inline

Definition at line 108 of file vechg.h.

◆ operator[]() [1/2]

template<class T >
T & GEO::vec2Hg< T >::operator[] ( coord_index_t  i)
inline

Definition at line 112 of file vechg.h.

◆ operator[]() [2/2]

template<class T >
const T & GEO::vec2Hg< T >::operator[] ( coord_index_t  i) const
inline

Definition at line 117 of file vechg.h.

◆ optimize()

template<class T >
void GEO::vec2Hg< T >::optimize ( )
inline

Definition at line 122 of file vechg.h.

Member Data Documentation

◆ w

template<class T >
T GEO::vec2Hg< T >::w

Definition at line 130 of file vechg.h.

◆ x

template<class T >
T GEO::vec2Hg< T >::x

Definition at line 128 of file vechg.h.

◆ y

template<class T >
T GEO::vec2Hg< T >::y

Definition at line 129 of file vechg.h.


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