|
Android-cuttlefish cvd tool
|
Classes | |
| struct | silencer_t |
Functions | |
| template<typename T > | |
| silencer_t & | operator<< (silencer_t &out, const T &) |
| long double | abs (long double v) |
| double | abs (double v) |
| long double | ceil (long double v) |
| double | ceil (double v) |
| long double | floor (long double v) |
| double | floor (double v) |
| long double | sqrt (long double v) |
| double | sqrt (double v) |
| float | round (float v) |
| long double | round (long double v) |
| double | round (double v) |
| ssize_t | intersect (const PxPoint *oBegin, const PxPoint *oEnd, const PxPoint &lineA, const PxPoint &lineB, PxPoint *nBegin, PxPoint *nEnd) |
| pxs | area (const PxPoint *begin, const PxPoint *end) |
| template<typename VectorType > | |
| VectorType | rotate90 (const VectorType &in) |
Variables | |
| static silencer_t | silencer |
| static constexpr const ssize_t | kIntersectEmpty = -1 |
| static constexpr const ssize_t | kIntersectAllPositive = -2 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| ssize_t teeui::bits::intersect | ( | const PxPoint * | oBegin, |
| const PxPoint * | oEnd, | ||
| const PxPoint & | lineA, | ||
| const PxPoint & | lineB, | ||
| PxPoint * | nBegin, | ||
| PxPoint * | nEnd | ||
| ) |
| silencer_t & teeui::bits::operator<< | ( | silencer_t & | out, |
| const T & | |||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
Returned by the intersect if the object is in the positive half plane of the given line.
|
staticconstexpr |
|
static |