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

#include <sc2_common.h>

Public Member Functions

 Point3D (float in_x, float in_y, float in_z)
 
Point3Doperator+= (const Point3D &rhs)
 
Point3Doperator-= (const Point3D &rhs)
 
Point3Doperator*= (float rhs)
 
Point3Doperator/= (float rhs)
 
bool operator== (const Point3D &rhs)
 
bool operator!= (const Point3D &rhs)
 

Public Attributes

float x
 
float y
 
float z
 

Detailed Description

3D point.

See also
Distance3D(const Point3D& a, const Point3D& b) DistanceSquared3D(const Point3D& a, const Point3D& b) Normalize3D(Point3D& a) Dot3D(const Point3D& a, const Point3D& b)

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