#include <ipebase.h>
ipe::Fixed::Fixed | ( | int | val | ) | [inline, explicit] |
ipe::Fixed::Fixed | ( | ) | [inline, explicit] |
Fixed ipe::Fixed::fromInternal | ( | int | val | ) | [inline, static] |
Fixed Fixed::fromDouble | ( | double | val | ) | [static] |
int ipe::Fixed::toInt | ( | ) | const [inline] |
double ipe::Fixed::toDouble | ( | ) | const [inline] |
int ipe::Fixed::internal | ( | ) | const [inline] |
Fixed Fixed::mult | ( | int | a, | |
int | b | |||
) | const |
Return value times (a/b).
bool ipe::Fixed::operator== | ( | const Fixed & | rhs | ) | const [inline] |
bool ipe::Fixed::operator!= | ( | const Fixed & | rhs | ) | const [inline] |
bool ipe::Fixed::operator< | ( | const Fixed & | rhs | ) | const [inline] |