浏览代码

Merge pull request #1518 from Azaezel/mathUtilsMangle

http://stackoverflow.com/questions/8461832/explicit-qualification-in-…
Anis 9 年之前
父节点
当前提交
664f6c0639
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/math/mathUtils.cpp

+ 1 - 1
Engine/source/math/mathUtils.cpp

@@ -1847,7 +1847,7 @@ U32 extrudePolygonEdgesFromPoint( const Point3F* vertices, U32 numVertices, cons
 
 
 //-----------------------------------------------------------------------------
 //-----------------------------------------------------------------------------
 
 
-void MathUtils::mBuildHull2D(const Vector<Point2F> _inPoints, Vector<Point2F> &hullPoints)
+void mBuildHull2D(const Vector<Point2F> _inPoints, Vector<Point2F> &hullPoints)
 {
 {
    /// Andrew's monotone chain convex hull algorithm implementation
    /// Andrew's monotone chain convex hull algorithm implementation