logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Geometry::Primitive::Shape - Shape Role

Author

       Cory Watson <gphat@cpan.org>

Description

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

Methods

grow
       Increase the size of this shape by the amount specified.  Consult the shape implementation's
       documentation for this works.

   point_end
       The end point of this shape.

   point_start
       The starting point of this shape.

Name

       Geometry::Primitive::Shape - Shape Role

Synopsis

         with 'Geometry::Primitive::Shape';

         has 'point_end' => '

See Also