ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <pwlarc.h>
Public Member Functions | |
PwlArc (void) | |
PwlArc (int, TrimVertex *) | |
PwlArc (int, TrimVertex *, long) | |
Public Member Functions inherited from PooledObj | |
void * | operator new (size_t, Pool &) |
void * | operator new (size_t, void *) |
void * | operator new (size_t s) |
void | operator delete (void *) |
void | operator delete (void *, Pool &) |
void | deleteMe (Pool &) |
Public Attributes | |
TrimVertex * | pts |
int | npts |
long | type |
|
inline |
|
inline |
|
inline |
int PwlArc::npts |
Definition at line 47 of file pwlarc.h.
Referenced by Subdivider::arc_split(), Trimline::getNextPts(), Trimline::getPrevPts(), Arc::makeSide(), Arc::npts(), PwlArc(), pwlarc_intersect(), ArcSdirSorter::qscmp(), ArcTdirSorter::qscmp(), Arc::rhead(), Arc::show(), ArcTessellator::tessellateNonlinear(), and triangulateRectAux().
TrimVertex* PwlArc::pts |
Definition at line 46 of file pwlarc.h.
Referenced by Trimline::getNextPts(), Trimline::getPrevPts(), Arc::makeSide(), Arc::pts(), PwlArc(), pwlarc_intersect(), ArcSdirSorter::qscmp(), ArcTdirSorter::qscmp(), Arc::rhead(), Arc::show(), Arc::tail(), ArcTessellator::tessellateNonlinear(), and triangulateRectAux().