MeshLib C++ Docs
Loading...
Searching...
No Matches
MRMeshDirMax.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRMeshPart.h"
4#include "MREnums.h"
5
6namespace MR
7{
8
12MRMESH_API VertId findDirMax( const Vector3f & dir, const MeshPart & mp, UseAABBTree u = UseAABBTree::Yes );
13
14} //namespace MR
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:79
MRMESH_API VertId findDirMax(const Vector3f &dir, const MeshPart &mp, UseAABBTree u=UseAABBTree::Yes)
UseAABBTree
Definition MREnums.h:56