ReactOS 0.4.15-dev-8632-gbc8c7d1
|
#include <patch.h>
Public Attributes | |
REAL | range [3] |
REAL | sidestep [2] |
REAL | stepsize |
REAL | minstepsize |
int | needsSubdivision |
REAL Pspec::minstepsize |
Definition at line 50 of file patch.h.
Referenced by Patchspec::clamp(), Patchspec::getstepsize(), and Patch::getstepsize().
int Pspec::needsSubdivision |
Definition at line 51 of file patch.h.
Referenced by Patch::getstepsize(), Patchlist::needsSamplingSubdivision(), Patch::needsSubdivision(), and Patchlist::needsSubdivision().
REAL Pspec::range[3] |
Definition at line 47 of file patch.h.
Referenced by Patchlist::getRanges(), Patch::getstepsize(), Patchlist::getstepsize(), Subdivider::nonSamplingSplit(), Patch::Patch(), Patchlist::Patchlist(), and Subdivider::samplingSplit().
REAL Pspec::sidestep[2] |
Definition at line 48 of file patch.h.
Referenced by Patchspec::clamp(), Patchspec::getstepsize(), Patch::getstepsize(), Patchlist::getstepsize(), Patchspec::singleStep(), and Subdivider::tessellation().
REAL Pspec::stepsize |
Definition at line 49 of file patch.h.
Referenced by Patchspec::clamp(), Patchlist::getStepsize(), Patchspec::getstepsize(), Patch::getstepsize(), Patchlist::getstepsize(), Patchspec::singleStep(), and Subdivider::tessellation().