ClipperLib::DoublePoint Struct Reference

#include <clipper.hpp>

Public Member Functions

 DoublePoint (double x=0, double y=0)
 
 DoublePoint (IntPoint ip)
 

Public Attributes

double X
 
double Y
 

Constructor & Destructor Documentation

◆ DoublePoint() [1/2]

ClipperLib::DoublePoint::DoublePoint ( double  x = 0,
double  y = 0 
)

◆ DoublePoint() [2/2]

ClipperLib::DoublePoint::DoublePoint ( IntPoint  ip)

Member Data Documentation

◆ X

◆ Y


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