CDT  1.4.2
C++ library for constrained Delaunay triangulation
 
Loading...
Searching...
No Matches
CDT::V2d< T > Struct Template Reference

2D vector More...

#include <CDTUtils.h>

Public Member Functions

 V2d ()
 Vertex with zero coordinates.
 
 V2d (const T x, const T y)
 Vertex with given coordinates.
 

Public Attributes

x
 X-coordinate.
 
y
 Y-coordinate.
 

Detailed Description

template<typename T>
struct CDT::V2d< T >

2D vector

Definition at line 135 of file CDTUtils.h.

Constructor & Destructor Documentation

◆ V2d() [1/2]

template<typename T>
CDT::V2d< T >::V2d ( )
inline

Vertex with zero coordinates.

Definition at line 141 of file CDTUtils.h.

◆ V2d() [2/2]

template<typename T>
CDT::V2d< T >::V2d ( const T x,
const T y )
inline

Vertex with given coordinates.

Definition at line 147 of file CDTUtils.h.

Member Data Documentation

◆ x

template<typename T>
T CDT::V2d< T >::x

X-coordinate.

Definition at line 137 of file CDTUtils.h.

◆ y

template<typename T>
T CDT::V2d< T >::y

Y-coordinate.

Definition at line 138 of file CDTUtils.h.


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