Home
last modified time | relevance | path

Searched defs:AbsDotProduct (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Math/
H A DVector4.h181 float AbsDotProduct(const Vector4& rhs) const in AbsDotProduct() function
H A DVector2.h300 …float AbsDotProduct(const Vector2& rhs) const { return Urho3D::Abs(x_ * rhs.x_) + Urho3D::Abs(y_ *… in AbsDotProduct() function
H A DVector3.h352 float AbsDotProduct(const Vector3& rhs) const in AbsDotProduct() function