The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Ogre::Degree

SYNOPSIS

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

DESCRIPTION

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

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

CLASS METHODS

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

Parameter types

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

Returns

Degree *

Ogre::Degree->DESTROY()

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

\&eq_xs

This is an operator overload method; don't call it yourself.

INSTANCE METHODS

$obj->valueDegrees()

Returns

Real

$obj->valueRadians()

Returns

Real

$obj->valueAngleUnits()

Returns

Real

AUTHOR

Scott Lanning <slanning@cpan.org>

For licensing information, see README.txt .