+/**
+ * @file
+ * @brief geometric functions (e.g. on points and boxes)
+ *
+ * with application to, but no specific dependence on graphs
+ */
+
/*************************************************************************
* Copyright (c) 2011 AT&T Intellectual Property
* All rights reserved. This program and the accompanying materials
* Contributors: Details at https://graphviz.org
*************************************************************************/
-/* geometric functions (e.g. on points and boxes) with application to, but
- * no specific dependence on graphs */
-
#pragma once
#ifdef __cplusplus