Skip to content

dnmfarrell/Math-Shape-Line

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

Math::Shape::Line - a 2d vector line object

VERSION

version 0.01

METHODS

new

Constructor, requires 4 values: the x,y values for the base and direction vectors.

my $line = Math::Shape::Line->new(1, 2, 3, 4);

AUTHOR

David Farrell <sillymoos@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by David Farrell.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

About

2d vector based line object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages