MCPcopy Create free account
hub / github.com/cutdigital/mcut / Mesh

Class Mesh

tests/source/intersectionType.cpp:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47#include <vector>
48
49struct Mesh {
50 std::vector<McDouble> vertices = {};
51 std::vector<McUint32> faceIndices = {};
52 std::vector<McUint32> faceSizes = {};
53 McUint32 numVertices=0;
54 McUint32 numFaces=0;
55};
56
57struct IntersectionType {
58 McContext context = MC_NULL_HANDLE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected