From 7600b497b1b3232b3ae7bf986eb75f1a2e7fa0ea Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 17 Apr 2007 09:27:20 +0000 Subject: [PATCH] Introduced traits classes that handle circular arcs based on the circular kernel --- Installation/CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation/CHANGES b/Installation/CHANGES index 5a4f52ed2f5..488299ee90d 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -102,6 +102,7 @@ defined in windows.h - Added support for unbounded curves. - Added a traits class that supports bounded and unbounded linear objects, namely lines, rays and line segments. +- Added traits classes that handle circular arcs based on the circular kernel. - Added a traits class that supports Bezier curves. - Enhanced the traits class that supports rational functions to handle unbounded (as well as bounded) arcs