Skip to content

Commit

Permalink
updated broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
liyanage committed Mar 26, 2009
1 parent 962269f commit 36d0656
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Geometry-AffineTransform/lib/Geometry/AffineTransform.pm
@@ -1,6 +1,6 @@
package Geometry::AffineTransform;

our $VERSION = '1.2';
our $VERSION = '1.3';

use strict;
use warnings;
Expand Down Expand Up @@ -335,15 +335,15 @@ sub matrix_multiply {
=item Apple Quartz 2D Programming Guide - The Math Behind the Matrices
L<http://developer.apple.com/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_affine/chapter_6_section_7.html>
L<http://developer.apple.com/documentation/GraphicsImaging/Conceptual/drawingwithquartz2d/dq_affine/dq_affine.html#//apple_ref/doc/uid/TP30001066-CH204-CJBECIAD>
=item Sun Java java.awt.geom.AffineTransform
L<http://java.sun.com/j2se/1.4.2/docs/api/java/awt/geom/AffineTransform.html>
=item Wikipedia - Matrix Multiplication
L<http://en.wikipedia.org/wiki/Matrix_(mathematics)#Matrix_multiplication>
L<http://en.wikipedia.org/wiki/Matrix_(mathematics)#Matrix_multiplication.2C_linear_equations_and_linear_transformations>
=back
Expand Down

0 comments on commit 36d0656

Please sign in to comment.