| Index: Source/core/platform/graphics/FloatPoint3D.h
|
| diff --git a/Source/core/platform/graphics/FloatPoint3D.h b/Source/core/platform/graphics/FloatPoint3D.h
|
| index 549606aed40b910ec5054e609e59785e6b593997..2a136c9ea488bc786089906c959003013a2b7bf2 100644
|
| --- a/Source/core/platform/graphics/FloatPoint3D.h
|
| +++ b/Source/core/platform/graphics/FloatPoint3D.h
|
| @@ -120,7 +120,7 @@ public:
|
|
|
| float lengthSquared() const { return this->dot(*this); }
|
| float length() const { return sqrtf(lengthSquared()); }
|
| -
|
| +
|
| float distanceTo(const FloatPoint3D& a) const;
|
|
|
| private:
|
|
|