solvespace/test/constraint/parallel
EvilSpirit 3d6d873906 Rewrite equations generated for parallel constraints (in 3d).
Before this commit, parallel constraints in 3d are fragile:
constraints that are geometrically fine can end up singular anyway
because VectorsParallel() pivots wrong but converges anyway.
After this commit, much like in cc07058, the constraints are written
in a different form: instead of trying to remove two degrees of
freedom out of three, all three are removed, and one added; namely,
the constraint introduces a free parameter, signed length ratio.
2016-11-27 13:43:48 +00:00
..
free_in_3d.png Fix rendering of reference axes in bottom left corner. 2016-10-11 23:32:21 +00:00
free_in_3d.slvs Rewrite equations generated for parallel constraints (in 3d). 2016-11-27 13:43:48 +00:00
free_in_3d_v20.slvs Add tests to cover 95.3% of constrainteq.cpp branches. 2016-08-07 17:33:27 +00:00
free_in_3d_v22.slvs tests: bulk add of migrate_from_v22 tests. 2016-11-02 02:33:31 +00:00
normal.png Fix rendering of reference axes in bottom left corner. 2016-10-11 23:32:21 +00:00
normal.slvs Don't consider workplane origin point for bounding box calculation. 2016-11-02 02:43:45 +00:00
normal_v20.slvs Add basic test coverage for curve sketching tools. 2016-08-01 11:31:38 +00:00
normal_v22.slvs tests: bulk add of migrate_from_v22 tests. 2016-11-02 02:33:31 +00:00
test.cpp tests: remove CHECK_RENDER from migrate_from_v* tests. 2016-11-02 02:40:17 +00:00