PhysicsBasedAnimationToolkit 0.0.10
Cross-platform C++20 library of algorithms and data structures commonly used in computer graphics research on physically-based simulation.
|
This is the complete list of members for pbat::math::Rational, including all inherited members.
a | pbat::math::Rational | |
b | pbat::math::Rational | |
operator double() const | pbat::math::Rational | explicit |
operator float() const | pbat::math::Rational | explicit |
operator*(Rational const &other) const | pbat::math::Rational | |
operator+(Rational const &other) const | pbat::math::Rational | |
operator-(Rational const &other) const | pbat::math::Rational | |
operator-() const | pbat::math::Rational | |
operator/(Rational const &other) const | pbat::math::Rational | |
operator<(Rational const &other) const | pbat::math::Rational | |
operator==(Rational const &other) const | pbat::math::Rational | |
Rational() | pbat::math::Rational | |
Rational(Integer _a, Integer _b) | pbat::math::Rational | inline |
Rational(Integer value) | pbat::math::Rational | inline |
Rebase(std::int64_t denominator) | pbat::math::Rational | |
simplify() | pbat::math::Rational |