Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

SVG::Estimate::Path::Moveto - Handles estimating non-drawn movement.

VERSION

version 1.02

SYNOPSIS

my $move = SVG::Estimate::Path::Moveto->new(
transformer => $transform,
start_point => [13, 19],
point => [45,13],
);
my $travel_length = $move->travel_length;

INHERITANCE

This class extends SVG::Estimate::Path::Command and consumes SVG::Estimate::Role::Pythagorean.

METHODS

new()

Constructor.

point

An array ref containing two floats that represent a point.