Searched refs:LengthSquared (Results 1 – 6 of 6) sorted by relevance
28 int64_t Vector2d::LengthSquared() const { in LengthSquared() function in gfx::Vector2d33 return static_cast<float>(std::sqrt(static_cast<double>(LengthSquared()))); in Length()
31 double Vector2dF::LengthSquared() const { in LengthSquared() function in gfx::Vector2dF36 return static_cast<float>(std::sqrt(LengthSquared())); in Length()
61 int64_t LengthSquared() const;
53 double LengthSquared() const;
61 inline float LengthSquared() { in LengthSquared() function66 return sqrtf(LengthSquared()); in Length()
519 detection.GetObjectBoundingBox().GetCenter()).LengthSquared(); in GetBestObjectForDetection()