PROTO::KLUDGE  0.1
Quick prototyping library for games using SDL and OpenGL.
pk::GLRect Struct Reference

Useful for defining size and origin of an OpenGL object. More...

#include <GLTransformable.hpp>

Collaboration diagram for pk::GLRect:
Collaboration graph

Public Attributes

GLfloat d_top
 
GLfloat d_left
 
GLfloat d_width
 
GLfloat d_height
 

Detailed Description

Useful for defining size and origin of an OpenGL object.

Member Data Documentation

◆ d_height

GLfloat pk::GLRect::d_height

◆ d_left

GLfloat pk::GLRect::d_left

◆ d_top

GLfloat pk::GLRect::d_top

◆ d_width

GLfloat pk::GLRect::d_width

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