Ogre::Matrix3 - Ogre::Matrix3 documentation


Ogre documentation  | view source Contained in the Ogre distribution.

Index


SYNOPSIS

Top

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

DESCRIPTION

Top

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

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

CLASS METHODS

Top

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

Top

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .


Ogre documentation  | view source Contained in the Ogre distribution.