Edge - Edge between two vertices

Constructor

class Edge(v1, v2, vi1, vi2)

//todo:description

Arguments:
  • v1 (?) – //todo
  • v2 (?) – //todo
  • vi1 (?) – //todo
  • vi2 (?) – //todo

Attributes

Edge.vertices

//todo:description

Edge.vertexIndices

//todo:description

Edge.faces

//todo:description

Edge.faceIndices

//todo:description

Previous topic

Color - Represents a color

Next topic

Face3 - Triangle face

This Page