VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtInsideTriangulate.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2018 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
12 
13 #include <vector>
14 #include <matrix/vlVector.h>
15 
16 namespace makVrv
17 {
22  DT_DLL_VRVGRAPHICSUTILS bool DtInsideTriangulate(const std::vector<DtVector>& contour, std::vector<int>& results);
23 }
Dll export defines.
DT_DLL_VRVGRAPHICSUTILS bool DtInsideTriangulate(const std::vector< DtVector > &contour, std::vector< int > &results)
Triangulates the given points and returns the indicies that form the triangles. The triangles will be...
#define DT_DLL_VRVGRAPHICSUTILS
Definition: vrvGraphicsUtils.h:18

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)