NAME

Geometry::Primitive::Shape

DESCRIPTION

Geometry::Primitive::Shape is a geometric shape.

SYNOPSIS

with 'Geometry::Primitive::Shape';

sub get_points {
    my ($self, $point) = @_;
    
    # return an array of points that define this shape
}

METHODS

get_points

Implement this.

AUTHOR

Cory Watson <gphat@cpan.org>

Infinity Interactive, http://www.iinteractive.com

COPYRIGHT & LICENSE

Copyright 2008 by Infinity Interactive, Inc.

http://www.iinteractive.com

You can redistribute and/or modify this code under the same terms as Perl itself.