Rocket::Debugger::Geometry Class Reference

#include <Geometry.h>


Static Public Member Functions

static void SetContext (Core::Context *context)
static void RenderOutline (const Core::Vector2f &origin, const Core::Vector2f &dimensions, const Core::Colourb &colour, float width)
static void RenderBox (const Core::Vector2f &origin, const Core::Vector2f &dimensions, const Core::Colourb &colour)
static void RenderBox (const Core::Vector2f &origin, const Core::Vector2f &dimensions, const Core::Vector2f &hole_origin, const Core::Vector2f &hole_dimensions, const Core::Colourb &colour)

Detailed Description

Helper class for generating geometry for the debugger.

Author:
Peter Curry

The documentation for this class was generated from the following files:
  • Source/Debugger/Geometry.h
  • Source/Debugger/Geometry.cpp