dmech.clipping

Undocumented in source.

Members

Functions

allIsTrue
bool allIsTrue(bool[4] arr, uint len)
Undocumented in source. Be warned that the author may not have intended to support it.
clip
bool clip(Feature f1, Feature f2, Vector2f[8] outPts, uint numOutPts)
Undocumented in source. Be warned that the author may not have intended to support it.
distancesqr2
T distancesqr2(Vector!(T, 2) a, Vector!(T, 2) b)
Undocumented in source.
featurePointsIn
void featurePointsIn(Feature f1, Feature f2, bool[4] res)
Undocumented in source. Be warned that the author may not have intended to support it.
pointInPolygon
bool pointInPolygon(Vector2f[] vert, uint len, Vector2f point)
Undocumented in source. Be warned that the author may not have intended to support it.
segmentIsec
bool segmentIsec(Vector2f start1, Vector2f end1, Vector2f start2, Vector2f end2, Vector2f out_intersection)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Feature
struct Feature
Undocumented in source.

Meta