/*
* lines.h
*
* Created on: Mar 26, 2009
* Author: chad
*/
#ifndef LINES_H_
#define LINES_H_
class lines
{
public:
static void set_clip_window(float, float, float, float);
static int clip_line(float *, float *, float *, float *);
static void draw_line(float, float, float, float);
static int near_far_clip(float, float, float *, float *, float *, float *,float *, float *);
static int clip_helper(float dx, float dy,float x, float y, float *ix, float *iy);
};
#endif /* LINES_H_ */
Welcome to the bulix.org / pastebin. Please don't use this pastebin for illegal purposes, defamation or kitten-squashing.
This pastebin is written using PHP and MySQL and relies on Alex Gorbatchev's syntax hhighlighter (JavaScript based). To avoid spam, you will be required to complete a small mathematical challenge when adding a new paste.
New! Try the pastebin command-line tool: paste.py (requires Python and python-beautifulsoup).
Powered by the Bulix.org Code Pastebin, by Maxime Petazzoni. View pastebin statistics.