| Ogre documentation | Contained in the Ogre distribution. |
Ogre::Plane
use Ogre; use Ogre::Plane; # (for now see examples/README.txt)
See the online API documentation athttp://www.ogre3d.org/docs/api/html/classOgre_1_1Plane.html
Note: this Perl binding is currently experimental and subject to API changes.
Parameter types
Returns
This method is called automatically; don't call it yourself.
Parameter types
Returns
Returns
Returns
Parameter types
Returns
Returns
Parameter types
Returns
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .
| Ogre documentation | Contained in the Ogre distribution. |
package Ogre::Plane; use strict; use warnings; ########## GENERATED CONSTANTS BEGIN require Exporter; unshift @Ogre::Plane::ISA, 'Exporter'; our %EXPORT_TAGS = ( 'Side' => [qw( NO_SIDE POSITIVE_SIDE NEGATIVE_SIDE BOTH_SIDE )], ); $EXPORT_TAGS{'all'} = [ map { @{ $EXPORT_TAGS{$_} } } keys %EXPORT_TAGS ]; our @EXPORT_OK = @{ $EXPORT_TAGS{'all'} }; our @EXPORT = (); ########## GENERATED CONSTANTS END 1; __END__