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

2D vector More...

#include <CDTUtils.h>

Static Public Member Functions

static V2d make (T x, T y)
 Create vector from X and Y coordinates.
 

Public Attributes

x
 X-coordinate.
 
y
 Y-coordinate.
 

Detailed Description

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

2D vector

Definition at line 95 of file CDTUtils.h.

Member Function Documentation

◆ make()

template<typename T >
V2d< T > CDT::V2d< T >::make ( T x,
T y )
static

Create vector from X and Y coordinates.

Definition at line 23 of file CDTUtils.hpp.

Member Data Documentation

◆ x

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

X-coordinate.

Definition at line 97 of file CDTUtils.h.

◆ y

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

Y-coordinate.

Definition at line 98 of file CDTUtils.h.


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