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

NAME

SVG::Estimate::Path::VerticalLineto - Handles estimating vertical lines.

VERSION

version 1.0108

SYNOPSIS

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

 my $length = $line->length;

INHERITANCE

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

METHODS

new()

Constructor.

y

A float representing what to change the y value to.