Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Variables
Constants
Functions and Procedures
Identifiers

Unit MuggleGlobals

Description

MUGGLE - MultiUser Game GLScene Engine
http://gls-fps-3d.sourceforge.net
$Id: MuggleGlobals.pas,v 1.5 2003/09/27 21:08:28 aidave Exp $
Based on cGlobals.pas from Ai.Planet (http://aiplanet.sourceforge.net)

History :

Functions and Procedures

Overview

function UniqueHandle: integer;

Description

function UniqueHandle: integer;

 

Constants

NameDescription
TwoPi = Pi*2;  
HalfPi = Pi/2;  
QuarterPi = Pi/4;  
EighthPi = Pi/8;  
SixteenthPi = Pi/16;  
PiAndHalf = Pi + HalfPi;  
NegHalfPi = -Pi/2;  
ca1 = Pi/360;  
ca2 = ca1 * 2;  
ca3 = ca1 * 3;  
ca5 = ca1 * 5;  
ca15 = ca1 * 15;  
ca30 = ca1 * 30;  
ca45 = ca1 * 45;  
ca60 = ca1 * 60;  
ca75 = ca1 * 75;  
ca90 = ca1 * 90;  
PiLess1 = Pi - ca1;  
TwoPiLess1 = TwoPi - ca1;  

Variables

NameDescription
gUniqueHandle: integer;  
gEngine: TMuggleEngine;  
gManager: TMuggleManager;  

Generated by PasDoc 0.8.7 on Mon 29/ Sep 2003 18:51:05