Gocator API
 All Classes Files Functions Variables Typedefs Macros Groups Pages
GoSurfaceTypes.h File Reference

Description

Declares the GoSurfaceType classes.

Go to the source code of this file.

Macros

#define GO_SURFACE_LOCATION_TYPE_2D_CENTROID   (2)
 Location based on a 2d centroid.
 
#define GO_SURFACE_LOCATION_TYPE_3D_CENTROID   (3)
 Location based on a 3d centroid.
 
#define GO_SURFACE_LOCATION_TYPE_AVG   (4)
 Location based on the average point.
 
#define GO_SURFACE_LOCATION_TYPE_MAX   (0)
 Location based on the maximum point.
 
#define GO_SURFACE_LOCATION_TYPE_MEDIAN   (5)
 Location based on the median point.
 
#define GO_SURFACE_LOCATION_TYPE_MIN   (1)
 Location based on the minimum point.