CARLA
Public Attributes | List of all members
MeshReconstruction::Mesh Struct Reference

#include <DataStructs.h>

+ Collaboration diagram for MeshReconstruction::Mesh:

Public Attributes

std::vector< Triangletriangles
 
std::vector< Vec3vertexNormals
 
std::vector< Vec3vertices
 

Detailed Description

Definition at line 47 of file DataStructs.h.

Member Data Documentation

◆ triangles

std::vector<Triangle> MeshReconstruction::Mesh::triangles

Definition at line 50 of file DataStructs.h.

Referenced by MeshReconstruction::Triangulate().

◆ vertexNormals

std::vector<Vec3> MeshReconstruction::Mesh::vertexNormals

Definition at line 51 of file DataStructs.h.

Referenced by MeshReconstruction::Triangulate().

◆ vertices

std::vector<Vec3> MeshReconstruction::Mesh::vertices

Definition at line 49 of file DataStructs.h.

Referenced by MeshReconstruction::Triangulate().


The documentation for this struct was generated from the following file: