NAME
Ogre::Plane
SYNOPSIS
use Ogre;
use Ogre::Plane;
# (for now see examples/README.txt)
DESCRIPTION
See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1Plane.html
Note: this Perl binding is currently experimental and subject to API changes.
CLASS METHODS
Ogre::Plane->new(...)
Parameter types
Returns
Ogre::Plane->DESTROY()
This method is called automatically; don't call it yourself.
INSTANCE METHODS
$obj->getDistance($rkPoint)
Parameter types
Returns
- Real
$obj->normalise()
Returns
- Real
$obj->d()
Returns
- Real
$obj->setD($d)
Parameter types
Returns
- void
$obj->normal()
Returns
$obj->setNormal($normal)
Parameter types
Returns
- void
AUTHOR
Scott Lanning <slanning@cpan.org>
For licensing information, see README.txt .