#include <GrTriangulator.h>
Definition at line 325 of file GrTriangulator.h.
◆ VertexList() [1/2]
GrTriangulator::VertexList::VertexList |
( |
| ) |
|
|
inline |
◆ VertexList() [2/2]
GrTriangulator::VertexList::VertexList |
( |
Vertex * |
head, |
|
|
Vertex * |
tail |
|
) |
| |
|
inline |
◆ append() [1/2]
void GrTriangulator::VertexList::append |
( |
const VertexList & |
list | ) |
|
|
inline |
Definition at line 332 of file GrTriangulator.h.
332 {
334 return;
335 }
339 } else {
341 }
343 }
◆ append() [2/2]
void GrTriangulator::VertexList::append |
( |
Vertex * |
v | ) |
|
|
inline |
Definition at line 331 of file GrTriangulator.h.
void insert(Vertex *v, Vertex *prev, Vertex *next)
◆ close()
void GrTriangulator::VertexList::close |
( |
| ) |
|
|
inline |
◆ insert()
Definition at line 128 of file GrTriangulator.cpp.
128 {
130}
static float next(float f)
static float prev(float f)
◆ prepend()
void GrTriangulator::VertexList::prepend |
( |
Vertex * |
v | ) |
|
|
inline |
◆ remove()
void GrTriangulator::VertexList::remove |
( |
Vertex * |
v | ) |
|
◆ fHead
Vertex* GrTriangulator::VertexList::fHead |
◆ fTail
Vertex* GrTriangulator::VertexList::fTail |
The documentation for this struct was generated from the following files: