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
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
AUTHOR
Sanko Robinson <sanko@cpan.org>