Searched defs:ResultPoint (Results 1 – 1 of 1) sorted by relevance
58 struct ResultPoint struct60 GLfloat x;61 GLfloat y;62 GLfloat red;63 GLfloat green;64 GLfloat blue;66 ResultPoint(GLfloat _x, GLfloat _y, GLfloat _red, GLfloat _green, GLfloat _blue) in ResultPoint() argument