#ifndef __BREPLIB_H_ #define __BREPLIB_H_ /** BREP (Boundary REPresentation model) Library BasicLib, MathLib に依存 変更履歴 '05 1/17 STLの書き込み関数を追加. 注:Octreeのポリゴンの衝突検出は,恐らく高速化が可能と思われる. */ #include "Brep.h" // LGPL #include "exBrep.h" #include "STL.h" #include "TriBrep.h" #define BREPLIB_VERSION "v5.0 sll stable '05 12/18" #define BREPLIB_NAME "BREPLib" #define BREPLIB_COPYRIGHT "by Fumi.Iseki 2003" #endif