Scott Lanning > Ogre > Ogre::Plane

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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

... : this varies... (sorry, look in the .xs file)

Returns

Plane *

Ogre::Plane->DESTROY()

This method is called automatically; don't call it yourself.

INSTANCE METHODS ^

$obj->getDistance($rkPoint)

Parameter types

$rkPoint : Vector3 *

Returns

Real

$obj->normalise()

Returns

Real

$obj->d()

Returns

Real

$obj->setD($d)

Parameter types

$d : Real

Returns

void

$obj->normal()

Returns

Vector3 *

$obj->setNormal($normal)

Parameter types

$normal : Vector3 *

Returns

void

AUTHOR ^

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .