Clutter::Fixed.3pm

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

Clutter::Fixed

DESCRIPTION

Fixed-point representation of fractionary numbers.

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

METHODS


fixed point number = Clutter::Fixed->FROM_FLOAT ($value)

$value (double)

fixed point number = Clutter::Fixed->FROM_INT ($value)

$value (integer)

double = Clutter::Fixed->TO_FLOAT ($value)

$value (fixed point number)

integer = Clutter::Fixed->TO_INT ($value)

$value (fixed point number)

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.