Vixen
dd8b0a81
csharp
public enum UvStage

Which of the three stages a timing or a refusal belongs to.

Read the guide page for this →

Remarks

docs/plan/42 § Part 0: charting, flattening and packing have different literatures, different failure modes and different runtimes, and a tool that exposes only the fused verb cannot be debugged. Naming the stage is what makes "which one was slow" and "which one refused" answerable.

Fields and properties (3)

  • Chart

    Where to cut.

  • Flatten

    How a chart becomes flat.

  • Pack

    Where each island sits.

Used by (8)

  • CharterVixen.Geometry.Uv
  • FlattenerVixen.Geometry.Uv
  • PackerVixen.Geometry.Uv
  • UvAllTestsVixen.Geometry.Uv.Tests
  • UvDensityTestsVixen.Geometry.Uv.Tests
  • UvFlattenTestsVixen.Geometry.Uv.Tests
  • UvPackingTestsVixen.Geometry.Uv.Tests
  • UvStageTimingVixen.Geometry.Uv