NAME

Ogre::Matrix3

SYNOPSIS

use Ogre;
use Ogre::Matrix3;
# (for now see examples/README.txt)

DESCRIPTION

See the online API documentation at http://www.ogre3d.org/docs/api/html/classOgre_1_1Matrix3.html

Note: this Perl binding is currently experimental and subject to API changes.

CLASS METHODS

Ogre::Matrix3->new(...)

Parameter types

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

Returns

Matrix3 *

Ogre::Matrix3->DESTROY()

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

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .