Clutter::Angle.3pm

Langue: en

Version: 2008-07-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Angle

DESCRIPTION

Fixed-point representation of an angle.

This class methods should only be used with the Clutter::Cogl API.

METHODS


fixed point angle = Clutter::Angle->FROM_DEG ($degrees)

$degrees (integer)

fixed point angle = Clutter::Angle->FROM_DEGF ($degrees)

$degrees (double)

integer = Clutter::Angle->TO_DEG ($value)

$value (fixed point angle)

double = Clutter::Angle->TO_DEGF ($value)

$value (fixed point angle)

SEE ALSO

Clutter Copyright (C) 2006 OpenedHand Ltd.

This module is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public Library version 2.1, or under the terms of the Artistic License. See Clutter for the full copyright notice.