4#include "fiberbaseopQDllApi.h"
5#include "../../field/MemArray.hpp"
6#include "../../field/Cell.hpp"
15static int sgn(T value)
17 return (value > T(0)) - (value < T(0));
20extern fiberbaseopQ_API
22 TriangularSurface__NormalVector(
const TriangleCell&T,
23 const MultiArray<1, Eagle::PhysicalSpace::point>&Vertices);
27extern fiberbaseopQ_API RefPtr<MemArray<1,TriangleCell>> ConvexHull (
const RefPtr<MemArray<1,Eagle::PhysicalSpace::point>>&InputVertices,
28 const double edge2D_max);
Given a fragmented field of curvilinear coordinates, (3D array of coordinates), build a uniform Grid ...
Definition FAQ.dox:2
StrongPtr< Object, ObjectBase > RefPtr