Unravel Engine C++ Reference
Loading...
Searching...
No Matches
unravel::mesh::adjacent_edge_key Struct Reference

#include <mesh.h>

Public Attributes

const math::vec3 * vertex1 {nullptr}
 < Pointer to the first vertex in the edge.
 
const math::vec3 * vertex2 {nullptr}
 

Detailed Description

Definition at line 903 of file mesh.h.

Member Data Documentation

◆ vertex1

const math::vec3* unravel::mesh::adjacent_edge_key::vertex1 {nullptr}

< Pointer to the first vertex in the edge.

Pointer to the second vertex in the edge.

Definition at line 906 of file mesh.h.

◆ vertex2

const math::vec3* unravel::mesh::adjacent_edge_key::vertex2 {nullptr}

Definition at line 908 of file mesh.h.


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