Struct Edge

Struct Documentation

struct Edge

Structure containing edge properties.

Public Members

std::array<int, 2> v_index = {-1, -1}

Indices of the vertices.

std::array<int, 4> f_index = {-1, -1, -1, -1}

Indices of faces adjoining it.

std::array<Vector3, 2> vertices = {}

Vector vertices.