Public Member Functions | |
Rational128 (int64_t value) | |
Rational128 (const Int128 &numerator, const Int128 &denominator) | |
int | compare (const Rational128 &b) const |
int | compare (int64_t b) const |
btScalar | toScalar () const |
Private Attributes | |
Int128 | numerator |
Int128 | denominator |
int | sign |
bool | isInt64 |
Definition at line 331 of file btConvexHullComputer.cpp.
btConvexHullInternal::Rational128::Rational128 | ( | int64_t | value | ) | [inline] |
Definition at line 340 of file btConvexHullComputer.cpp.
btConvexHullInternal::Rational128::Rational128 | ( | const Int128 & | numerator, | |
const Int128 & | denominator | |||
) | [inline] |
Definition at line 361 of file btConvexHullComputer.cpp.
int btConvexHullInternal::Rational128::compare | ( | const Rational128 & | b | ) | const |
Definition at line 940 of file btConvexHullComputer.cpp.
int btConvexHullInternal::Rational128::compare | ( | int64_t | b | ) | const |
Definition at line 967 of file btConvexHullComputer.cpp.
btScalar btConvexHullInternal::Rational128::toScalar | ( | ) | const [inline] |
Definition at line 389 of file btConvexHullComputer.cpp.
Definition at line 335 of file btConvexHullComputer.cpp.
bool btConvexHullInternal::Rational128::isInt64 [private] |
Definition at line 337 of file btConvexHullComputer.cpp.
Definition at line 334 of file btConvexHullComputer.cpp.
int btConvexHullInternal::Rational128::sign [private] |
Definition at line 336 of file btConvexHullComputer.cpp.