Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Public Member Functions | List of all members
triangle_stripper::detail::triangle_edge Class Reference

#include <types.h>

Public Member Functions

 triangle_edge (index A, index B)
 
index A () const
 
index B () const
 
bool operator== (const triangle_edge &Right) const
 

Detailed Description

Definition at line 48 of file types.h.

Constructor & Destructor Documentation

◆ triangle_edge()

triangle_stripper::detail::triangle_edge::triangle_edge ( index  A,
index  B 
)
inline

Definition at line 51 of file types.h.

Member Function Documentation

◆ A()

indice triangle_stripper::triangle_edge::A ( ) const
inline

Definition at line 54 of file types.h.

Referenced by operator==(), and triangle_stripper::tri_stripper::Strip().

◆ B()

indice triangle_stripper::triangle_edge::B ( ) const
inline

Definition at line 55 of file types.h.

Referenced by operator==(), and triangle_stripper::tri_stripper::Strip().

◆ operator==()

bool triangle_stripper::detail::triangle_edge::operator== ( const triangle_edge Right) const
inline

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