NAME
SDL2::FRect - A Rectangle with the Origin at the Upper Left in Floating Point Numbers
SYNOPSIS
use SDL2 qw[:all];
my $rect = SDL2::FRect->new( { x => 50.7, y => 1.5, w => 99.75, h => 50.75 } );
DESCRIPTION
SDL2::FRect
AUTHOR
Sanko Robinson <sanko@cpan.org>