Game::3D - a package containing 3D points, vectors, areas, objects and links
use Game::3D::Point;
my $origin = Game::3D::Point->new();
my $point = Game::3D::Point->new ( x => 1, y => 0, z => -1);
Exports nothing.
This package is just the basis documentation for all the classes contained under Game::3D. It does not need to be used, unless you want to require a specific version of this package.
This package defines no methods.
None known yet.
(c) 2003, Tels <http://bloodgate.com/>
the SDL:App::FPS manpage, the SDL::App manpage and SDL.
the GAME::3D::Point manpage. the GAME::3D::Area manpage. the GAME::3D::Vector manpage. the GAME::3D::Brush manpage. the GAME::3D::Level manpage. the GAME::3D::Link manpage.