Scott Lanning > Ogre > Ogre::Degree

Download:
Ogre-0.40.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

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 .