You.i Engine
YiPath.h File Reference
#include "framework/YiPredef.h"
#include "graphics/YiPolygonFill.h"
#include <glm/gtc/type_ptr.hpp>

Go to the source code of this file.

Classes

struct  YI_PATH_CUBIC
 
class  CYIPath
 A class that contains information on how a path will be drawn. More...
 
class  CYIPath::Segment
 A class representing one segment of a path. More...
 

Enumerations

enum  YI_PATH_CMD {
  YI_PATH_MOVE_TO,
  YI_PATH_LINE_TO,
  YI_PATH_CUBIC_TO,
  YI_PATH_CLOSE
}
 
enum  YI_PATH_BOUNDS_INDEX {
  YI_PATH_BOUNDS_LEFT,
  YI_PATH_BOUNDS_TOP,
  YI_PATH_BOUNDS_RIGHT,
  YI_PATH_BOUNDS_BOTTOM
}