Geometry::Primitive::Dimension(3pm) | User Contributed Perl Documentation | Geometry::Primitive::Dimension(3pm) |
Geometry::Primitive::Dimension - A width and height
Geometry::Primitive::Dimension encapsulates a height and width.
use Geometry::Primitive::Dimension; my $point = Geometry::Primitive::Dimeions->new(width => 100, height => 100);
Set/Get the height value.
Set/Get the width value.
Creates a new Geometry::Primitive::Point.
Compares this dimesion to another.
Return this dimesion as a string $widthx$height
Cory Watson <gphat@cpan.org>
You can redistribute and/or modify this code under the same terms as Perl itself.
2022-12-12 | perl v5.36.0 |