Jolt Physics
A multi core friendly Game Physics Engine
|
Go to the source code of this file.
Functions | |
template<typename T > | |
JPH_NAMESPACE_BEGIN int | FindRoot (const T inA, const T inB, const T inC, T &outX1, T &outX2) |
|
inline |
Find the roots of \(inA \: x^2 + inB \: x + inC = 0\).