ClipperLib::IntPoint Struct Reference

#include <clipper.hpp>

Public Member Functions

 IntPoint (cInt x=0, cInt y=0, cInt z=0)
 

Public Attributes

cInt X
 
cInt Y
 
cInt Z
 

Friends

bool operator== (const IntPoint &a, const IntPoint &b)
 
bool operator!= (const IntPoint &a, const IntPoint &b)
 

Constructor & Destructor Documentation

◆ IntPoint()

ClipperLib::IntPoint::IntPoint ( cInt  x = 0,
cInt  y = 0,
cInt  z = 0 
)
inline

Friends And Related Function Documentation

◆ operator!=

bool operator!= ( const IntPoint a,
const IntPoint b 
)
friend

◆ operator==

bool operator== ( const IntPoint a,
const IntPoint b 
)
friend

Member Data Documentation

◆ X

cInt ClipperLib::IntPoint::X

◆ Y

cInt ClipperLib::IntPoint::Y

◆ Z

cInt ClipperLib::IntPoint::Z

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