Rebel Fork Framework
|
#include "../Core/Assert.h"
#include "../Math/MathDefs.h"
#include "../Math/Quaternion.h"
#include "../Replica/NetworkTime.h"
#include <EASTL/optional.h>
#include <EASTL/span.h>
#include <EASTL/vector.h>
Functions | |
template<class T > | |
bool | Urho3D::operator== (const ValueWithDerivative< T > &lhs, const T &rhs) |
template<class T > | |
bool | Urho3D::operator== (const T &lhs, const ValueWithDerivative< T > &rhs) |
float | Urho3D::Detail::GetDistanceSquared (float lhs, float rhs) |
float | Urho3D::Detail::GetDistanceSquared (const Vector2 &lhs, const Vector2 &rhs) |
float | Urho3D::Detail::GetDistanceSquared (const Vector3 &lhs, const Vector3 &rhs) |
float | Urho3D::Detail::GetDistanceSquared (const Quaternion &lhs, const Quaternion &rhs) |
template<class T > | |
float | Urho3D::Detail::GetDistanceSquared (const T &lhs, const T &rhs) |
|
inline |
Return squared distance between points.