gwnavgeneration/raster/rasterpoint.h Source File
Go to the documentation of this file.
12 #ifndef GwNavGen_RasterPoint_H
13 #define GwNavGen_RasterPoint_H
24 class RasterPoint :
public Vec2i
27 RasterPoint() : meter_z(0.0f) {}
void Set(KyInt32 _x, KyInt32 _y)
Sets the coordinates of the vector to match the specified values.
Definition: vec2i.h:54
KyInt32 x
The size of the vector along the X axis.
Definition: vec2i.h:283
KyInt32 y
The size of the vector along the Y axis.
Definition: vec2i.h:284
Definition: gamekitcrowddispersion.h:20
float KyFloat32
Type used internally to represent a 32-bit floating-point number.
Definition: types.h:43