From 15c15473f6116d20f8829409e30ce20ecf0946f5 Mon Sep 17 00:00:00 2001 From: leo Date: Sat, 18 Feb 2006 07:50:38 +0000 Subject: Removed the Point3 class. git-svn-id: http://svn.leocad.org/trunk@483 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/debug.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/debug.h') diff --git a/common/debug.h b/common/debug.h index 88554c9..90b6517 100644 --- a/common/debug.h +++ b/common/debug.h @@ -6,10 +6,10 @@ void RenderDebugPrimitives(); -void AddDebugLine(const Point3& pt1, const Point3& pt2, const Vector3& Color); +void AddDebugLine(const Vector3& pt1, const Vector3& pt2, const Vector3& Color); void ClearDebugLines(); -void AddDebugQuad(const Point3& pt1, const Point3& pt2, const Point3& pt3, const Point3& pt4, const Vector4& Color); +void AddDebugQuad(const Vector3& pt1, const Vector3& pt2, const Vector3& pt3, const Vector3& pt4, const Vector4& Color); void ClearDebugQuads(); -- cgit v1.2.3