NAME

Ogre::Radian

SYNOPSIS

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

DESCRIPTION

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

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

CLASS METHODS

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

Parameter types

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

Returns

Radian *

Ogre::Radian->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 .