NAME
SVG::Estimate::Path::VerticalLineto - Handles estimating vertical lines.
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.