The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Change history for Math::Shape::Vector

0.08    2014/09/21
        -Added Circle class
        -Added Rectangle class
        -Added OrientedRectangle class

0.07    2014/09/21
        -Removed test dependency on Math::Shape::Point

0.06    2014/09/20
        -Added LineSegment collides() and Line one_one_side methods

0.05    2014/09/13
        -Added rotate_90(), enclosed_angle(), collides()
        -Added Math::Shape::Utils
        -Added Math::Shape::Line
        -Added Math::Shape::LineSegment
        -Renamed get_length() and get_dot_product(), removing 'get_'

0.04    2014/09/02
        -Added get_dot_product(), project(), rotate(), convert_to_unit_vector()

0.03    2014/09/01
        -Added get_length()

0.02    2014/09/01
        -Updated POD

0.01    2014/09/01
        -Initial build