Curvy  8.4.0
SamplePointsPatch Struct Reference
+ Inheritance diagram for SamplePointsPatch:
+ Collaboration diagram for SamplePointsPatch:

Detailed Description

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)
 

Constructor & Destructor Documentation

SamplePointsPatch ( int  start)

Member Function Documentation

bool Equals ( SamplePointsPatch  other)
override bool Equals ( object  obj)
override int GetHashCode ( )
static bool operator!= ( SamplePointsPatch  left,
SamplePointsPatch  right 
)
static
static bool operator== ( SamplePointsPatch  left,
SamplePointsPatch  right 
)
static
override string ToString ( )

Member Data Documentation

int Count

Number of Sample Points of the patch

int Start

First Sample Point Index of the patch

Property Documentation

int End
getset

Last Sample Point Index of the patch

int TriangleCount
get

The documentation for this struct was generated from the following file: