nndeploy C++ API  0.2.0
nndeploy C++ API
Public Member Functions | Public Attributes | Friends | List of all members
ClipperLib::IntPoint Struct Reference

#include <clipper.h>

Public Member Functions

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

Public Attributes

cInt X
 
cInt Y
 

Friends

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

Detailed Description

Definition at line 82 of file clipper.h.

Constructor & Destructor Documentation

◆ IntPoint()

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

Definition at line 89 of file clipper.h.

Friends And Related Function Documentation

◆ operator!=

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

Definition at line 95 of file clipper.h.

◆ operator==

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

Definition at line 92 of file clipper.h.

Member Data Documentation

◆ X

cInt ClipperLib::IntPoint::X

Definition at line 83 of file clipper.h.

◆ Y

cInt ClipperLib::IntPoint::Y

Definition at line 84 of file clipper.h.


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