A patch of vertices to be connected by triangles (i.e. same Material and no hard edges within a patch)
The index values refer to rasterized points of CGShape
Public Attributes | |
int | Count |
Number of Sample Points of the patch More... | |
int | Start |
First Sample Point Index of the patch More... | |
Properties | |
int | End [get, set] |
Last Sample Point Index of the patch More... | |
int | TriangleCount [get] |
Public Member Functions | |
bool | Equals (SamplePointsPatch other) |
override bool | Equals (object obj) |
override int | GetHashCode () |
SamplePointsPatch (int start) | |
override string | ToString () |
Static Public Member Functions | |
static bool | operator!= (SamplePointsPatch left, SamplePointsPatch right) |
static bool | operator== (SamplePointsPatch left, SamplePointsPatch right) |
SamplePointsPatch | ( | int | start | ) |
bool Equals | ( | SamplePointsPatch | other | ) |
override bool Equals | ( | object | obj | ) |
override int GetHashCode | ( | ) |
|
static |
|
static |
override string ToString | ( | ) |
int Count |
Number of Sample Points of the patch
int Start |
First Sample Point Index of the patch
|
getset |
Last Sample Point Index of the patch
|
get |