Axis-parallel lines for the low individual degree test #
Axis-parallel line geometry on top of the core parameter infrastructure:
AxisParallelLine records a base point and a coordinate direction, with
canonical parameterization, rebasing, and slice-embedding operations.
References #
references/ldt-paper/test_definition.texblueprint/src/chapter/ch02_test.tex
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical affine parameterization t ↦ base + t e_i.
Instances For
Canonical geometric axis-parallel line through u in direction i.
The representative stores zero in the moving coordinate, so all points on the
same geometric line map to the same AxisParallelLine.
Equations
Instances For
Affine parameter of the sampled point on the canonical axis-parallel line
through u in direction i.
Equations
Instances For
Rebase an axis-parallel line so that the old point ℓ.pointAt t
becomes the new base point.
Instances For
The canonical affine parameterization of throughPoint u i at parameter
sampleParameter u i = u i returns the original point u.
Rebasing the canonical line throughPoint u i at its sample parameter yields
the axis-parallel line with base u and direction i.
Embed an axis-parallel line into the slice at height x.
Equations
- MIPStarRE.LDT.AxisParallelLine.appendAtHeight params ℓ x = { base := MIPStarRE.LDT.appendPoint params ℓ.base x, direction := MIPStarRE.LDT.embedCoord params ℓ.direction }