NAME
Game::3D - a package containing 3D points, areas, objects and links
SYNOPSIS
use Game::3D::Point;
my $origin = Game::3D::Point->new();
my $point = Game::3D::Point->new ( x => 1, y => 0, z => -1);
EXPORTS
Exports nothing on default.
DESCRIPTION
This package is just the basis documentation for all the classes contained under Game::3D.
METHODS
This package defines no methods.
BUGS
None known yet.
AUTHORS
(c) 2003, Tels <http://bloodgate.com/>
SEE ALSO
SDL:App::FPS, SDL::App and SDL.