SC2API
An API for AI for StarCraft II
Public Member Functions | Public Attributes | List of all members
sc2::Point2DI Struct Reference

2D integer point. More...

#include <sc2_common.h>

Public Member Functions

 Point2DI (int in_x=0, int in_y=0)
 
bool operator== (const Point2DI &rhs) const
 
bool operator!= (const Point2DI &rhs) const
 

Public Attributes

int x
 
int y
 

Detailed Description

2D integer point.


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