first commit
This commit is contained in:
24
include/modules/tools/geometry_merge.h
Normal file
24
include/modules/tools/geometry_merge.h
Normal file
@ -0,0 +1,24 @@
|
||||
/* -----------------------------------------------------------------------------
|
||||
GSFramework
|
||||
Copyright 2001-2013 Emmanuel Julien. All Rights Reserved.
|
||||
----------------------------------------------------------------------------- */
|
||||
|
||||
|
||||
#ifndef __NGEOMETRYMERGETOOL__
|
||||
#define __NGEOMETRYMERGETOOL__
|
||||
|
||||
|
||||
namespace GS {
|
||||
class Matrix4;
|
||||
|
||||
namespace Core {
|
||||
class Geometry;
|
||||
|
||||
/// Merge two geometries together.
|
||||
Geometry *MergeGeometry(Geometry *, Geometry *, const Matrix4 * = 0, const Matrix4 * = 0);
|
||||
|
||||
} // Core
|
||||
} // GS
|
||||
|
||||
|
||||
#endif // __NGEOMETRYMERGETOOL__
|
||||
Reference in New Issue
Block a user