The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SVG::Estimate::Path::HorizontalLineto - Handles estimating horizontal lines.

VERSION

version 1.0109

SYNOPSIS

 my $line = SVG::Estimate::Path::HorizontalLineto->new(
    transformer     => $transform,
    start_point     => [13, 19],
    x               => 13,
 );

 my $length = $line->length;

INHERITANCE

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

METHODS

new()

Constructor.

x

A float indicating what to change the x value to.