Cogl.Fixed¶
- Subclasses:
None
Methods¶
class |
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Cogl.Fixed¶
- Abstract:
No
Fixed point number using a (16.16) notation.
- classmethod pow(x, y)¶
- Parameters:
x (
int
) – basey (
Cogl.Fixed
) –Cogl.Fixed
exponent
- Returns:
the power of x to the y
- Return type:
Calculates x to the y power.
New in version 1.0.