QuadCell

Undocumented in source.

Constructors

this
this()

Undocumented in source.

this
this(float a1Blend, float a2Blend)

Undocumented in source.

Members

Functions

calculateCenter
void calculateCenter()

Undocumented in source. Be warned that the author may not have intended to support it.

calculatePrimes
void calculatePrimes()

Undocumented in source. Be warned that the author may not have intended to support it.

containsVertex
bool containsVertex(MeshPoint point)

Undocumented in source. Be warned that the author may not have intended to support it.

getB1
vec3 getB1(MeshPoint pPoint, MeshPoint mPoint)

Undocumented in source. Be warned that the author may not have intended to support it.

getB2
vec3 getB2(MeshPoint pPoint, MeshPoint mPoint)

Undocumented in source. Be warned that the author may not have intended to support it.

getCentroidPoint
MeshPoint getCentroidPoint()

Undocumented in source. Be warned that the author may not have intended to support it.

getNeighbor
QuadCell getNeighbor(int index)

Undocumented in source. Be warned that the author may not have intended to support it.

getNeighborIndex
int getNeighborIndex(QuadCell cell)

Undocumented in source. Be warned that the author may not have intended to support it.

getNeighborSharingANotB
QuadCell getNeighborSharingANotB(MeshPoint a, MeshPoint b)

Undocumented in source. Be warned that the author may not have intended to support it.

getNeighborSharingBoth
QuadCell getNeighborSharingBoth(MeshPoint a, MeshPoint b)

Undocumented in source. Be warned that the author may not have intended to support it.

hasAllNeighbors
bool hasAllNeighbors()

Undocumented in source. Be warned that the author may not have intended to support it.

setNeighbor
void setNeighbor(int index, QuadCell cell)

Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

VERTEX_METADATA_KEY
string VERTEX_METADATA_KEY;

Undocumented in source.

Variables

a1Blend
float a1Blend;

Undocumented in source.

a2Blend
float a2Blend;

Undocumented in source.

border
bool border;

Undocumented in source.

cPrime
vec3[MeshPoint] cPrime;

Undocumented in source.

center
vec3 center;

Undocumented in source.

metadata
string[string] metadata;

Undocumented in source.

pPrime
vec3[MeshPoint] pPrime;

Undocumented in source.

surfacePatch
BiquarticBezierSurface surfacePatch;

Undocumented in source.

vertices
MeshPoint[4] vertices;

Undocumented in source.

Meta