Library of Assembled Shared Sources
|
policies to specify the rules for degenerate polygons and others.
Polygons and triangles can be degenerate. e.g. when they have less than 3 vertices, or some vertices are coincident, or colinear. We provide a few policies to deal with this.
Data Structures | |
struct | lass::prim::NoDegenerate |
This is the default policy. More... | |
struct | lass::prim::StrictNoDegenerate |
This is the default policy. More... | |
struct | lass::prim::AllowDegenerate |
AllowDegenerate puts the responsibility on the user. More... | |