Macros
RuntimeMeshShapeGenerator.cpp File Reference
#include "RuntimeMeshShapeGenerator.h"
#include "RuntimeMeshComponentPlugin.h"
Include dependency graph for RuntimeMeshShapeGenerator.cpp:

Go to the source code of this file.

Macros

#define CREATEBOX_NUMTRIS   36
 
#define CREATEBOX_NUMVERTS   24
 
#define CREATEGRIDMESHTRIANGLES_NUMTRIS(NumX, NumY)   ((NumX) * (NumY) * 2 * 3)
 
#define CREATEGRIDMESHTRIANGLES_NUMVERTS(NumX, NumY)   (((NumX) + 1) * ((NumY) + 1))
 

Macro Definition Documentation

#define CREATEBOX_NUMTRIS   36

Definition at line 21 of file RuntimeMeshShapeGenerator.cpp.

#define CREATEBOX_NUMVERTS   24

Definition at line 20 of file RuntimeMeshShapeGenerator.cpp.

#define CREATEGRIDMESHTRIANGLES_NUMTRIS (   NumX,
  NumY 
)    ((NumX) * (NumY) * 2 * 3)

Definition at line 23 of file RuntimeMeshShapeGenerator.cpp.

#define CREATEGRIDMESHTRIANGLES_NUMVERTS (   NumX,
  NumY 
)    (((NumX) + 1) * ((NumY) + 1))

Definition at line 22 of file RuntimeMeshShapeGenerator.cpp.



librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:29