NAME
Games::3D - a package containing 3D points, vectors, areas, objects and links
SYNOPSIS
use Games::3D::Point;
my $origin = Games::3D::Point->new();
my $point = Games::3D::Point->new ( x => 1, y => 0, z => -1);
EXPORTS
Exports nothing.
DESCRIPTION
This package is just the basis documentation for all the classes contained under Games::3D. It does not need to be used, unless you want to require a specific version of this package.
Signals and Links
Here follows an in-depth description of what the signals and links provided by that package do and how you can use them in actual games.
METHODS
This package defines no methods.
BUGS
None known yet.
AUTHORS
(c) 2003, 2004 Tels <http://bloodgate.com/>