#ifndef __BREPLIB_H_ #define __BREPLIB_H_ /** @brief BREP (Boundary REPresentation model) Library @file BrepLib.h @version 5.0 @author Fumi.Iseki @date 2005 12/18 @attention 注:Octreeのポリゴンの衝突検出は,恐らく高速化が可能と思われる. */ #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