You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
512 B
C++
21 lines
512 B
C++
/*------------------------------------------------------------------------------
|
|
* Copyright (c) 2023 by Bai Bing (seread@163.com)
|
|
* S++ COPYING file for copying and redistribution conditions.
|
|
*
|
|
* Alians IT Studio.
|
|
*----------------------------------------------------------------------------*/
|
|
#include <algorithm>
|
|
#include <execution>
|
|
#include <limits>
|
|
#include <list>
|
|
#include <map>
|
|
#include <set>
|
|
|
|
#include "ASEdge.h"
|
|
#include "ASTriangle.h"
|
|
#include "utils/Misc.h"
|
|
|
|
namespace ais
|
|
{
|
|
|
|
} // namespace ais
|