Game::3D::Marker - makrs a point in the 3D world



NAME

Game::3D::Marker - makrs a point in the 3D world


SYNOPSIS

        use Game::3D::Marker;
        my $goal = Game::3D::Marker->new( name => 'Goal' );


EXPORTS

Exports nothing on default.


DESCRIPTION

This package provides a class ffor marking certain points in 3D space.


METHODS

It is based on Game::3D::Point and Game::3D::Thingy, so it features all the methods of these two plus:


AUTHORS

(c) 2003, Tels <http://bloodgate.com/>


SEE ALSO

the Game::3D::Point manpage, the Game::3D::Thingy manpage as well as the SDL:App::FPS manpage, the SDL::App manpage and SDL.