=head1 NAME Box2D::b2RayCastOutput - Ray-cast output data. =head1 SYNOPSIS my $output = Box2D::b2RayCastOutput->new(); $shape->RayCast( $output, $input, $transform ); my $fraction = $output->fraction(); my $normal = $output->normal(); =head1 DESCRIPTION Ray-cast output data. The ray hits at S, where p1 and p2 come from C. =head1 METHODS =head2 new() Default constructor. Returns a C =head2 fraction() =head2 fraction( $fraction ) Parameters: =over 4 =item * C C<$fraction> (optional) =back Returns a C =head2 normal() =head2 normal( $normal ) Parameters: =over 4 =item * C C<$normal> (optional) =back Returns a C =head1 SEE ALSO =over 4 =item * L =item * L =item * L =item * L =back =head1 BUGS See L =head1 AUTHORS See L =head1 COPYRIGHT & LICENSE See L =cut