quickplot
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Edge Class Reference

#include <triangle.h>

Collaboration diagram for Edge:

Public Member Functions

Edge combine (const Edge &other) const
 

Public Attributes

Vec3< float > start
 
Vec3< float > end
 

Detailed Description

A line segment between two vertices of a polygon

Member Function Documentation

◆ combine()

Edge Edge::combine ( const Edge other) const

Treat two edges as the corners of a bounding box and return the bouning box of their union.

Member Data Documentation

◆ end

Vec3<float> Edge::end

The stopping point of the edge

◆ start

Vec3<float> Edge::start

The beginning point of the edge


The documentation for this class was generated from the following files: