VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvMath
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
11
#include <
vrvMath/vrvMath.h
>
12
13
#include <vector>
14
#include <matrix/vlVector.h>
15
16
namespace
makVrv
17
{
22
DT_DLL_VRVMATH
bool
DtInsideTriangulate
(
const
std::vector<DtVector>& contour, std::vector<int>& results);
23
}
vrvMath.h
Dll export defines.
DT_DLL_VRVMATH
#define DT_DLL_VRVMATH
Definition:
vrvMath.h:18
makVrv::DtInsideTriangulate
DT_DLL_VRVMATH 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...
Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (
www.mak.com
)