From 78e29455c5cb4acce769498a5a32be6a3c6085b4 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Thu, 8 Dec 2011 16:00:07 +0000 Subject: Fixing up faulty references to class "Point" to "IcePoint" --- Opcode/Ice/IceLSS.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Opcode/Ice/IceLSS.h') diff --git a/Opcode/Ice/IceLSS.h b/Opcode/Ice/IceLSS.h index c16c29f..8c2c154 100644 --- a/Opcode/Ice/IceLSS.h +++ b/Opcode/Ice/IceLSS.h @@ -32,13 +32,13 @@ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /** - * Tests if a point is contained within the LSS. - * \param pt [in] the point to test + * Tests if a IcePoint is contained within the LSS. + * \param pt [in] the IcePoint to test * \return true if inside the LSS - * \warning point and LSS must be in same space + * \warning IcePoint and LSS must be in same space */ /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - inline_ bool Contains(const Point& pt) const { return SquareDistance(pt) <= mRadius*mRadius; } + inline_ bool Contains(const IcePoint& pt) const { return SquareDistance(pt) <= mRadius*mRadius; } /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /** -- cgit v1.1