ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
MC Namespace Reference

Classes

struct  gridcell
 
struct  triangle
 
struct  xyz
 

Typedefs

typedef struct MC::xyz XYZ
 
typedef struct MC::triangle TRIANGLE
 
typedef struct MC::gridcell GRIDCELL
 

Functions

int Polygonise (GRIDCELL grid, float isolevel, TRIANGLE *triangles)
 
XYZ VertexInterp (float isolevel, XYZ p1, XYZ p2, float valp1, float valp2)
 

Typedef Documentation

◆ GRIDCELL

typedef struct MC::gridcell MC::GRIDCELL

◆ TRIANGLE

typedef struct MC::triangle MC::TRIANGLE

◆ XYZ

typedef struct MC::xyz MC::XYZ

Function Documentation

◆ Polygonise()

int MC::Polygonise ( GRIDCELL  grid,
float  isolevel,
TRIANGLE triangles 
)

◆ VertexInterp()

XYZ MC::VertexInterp ( float  isolevel,
XYZ  p1,
XYZ  p2,
float  valp1,
float  valp2 
)