![]()  | 
  
    SC2API
    
   An API for AI for StarCraft II 
   | 
 
#include <sc2_common.h>
Public Member Functions | |
| Point3D (float in_x, float in_y, float in_z) | |
| Point3D & | operator+= (const Point3D &rhs) | 
| Point3D & | operator-= (const Point3D &rhs) | 
| Point3D & | operator*= (float rhs) | 
| Point3D & | operator/= (float rhs) | 
| bool | operator== (const Point3D &rhs) | 
| bool | operator!= (const Point3D &rhs) | 
Public Attributes | |
| float | x | 
| float | y | 
| float | z | 
3D point.
 1.8.11