From 669a4bbea78a82fb7a8c5488f1c1ac592a44dc78 Mon Sep 17 00:00:00 2001 From: Costa Shulyupin Date: Tue, 24 May 2022 22:29:26 +0300 Subject: [PATCH] comment about theory and origins of trap.h --- lib/ortho/trap.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/ortho/trap.h b/lib/ortho/trap.h index 273e6bff9..da323dea7 100644 --- a/lib/ortho/trap.h +++ b/lib/ortho/trap.h @@ -1,3 +1,11 @@ +/** + * @file + * @brief trapezoid elements and utilities for partition.c + * + * See [Fast polygon triangulation based on Seidel's algorithm](http://gamma.cs.unc.edu/SEIDEL/) + * + */ + /************************************************************************* * Copyright (c) 2011 AT&T Intellectual Property * All rights reserved. This program and the accompanying materials -- 2.40.0