From b7c33398ea1eda99ce16618615c3dbfe32d0fd5d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 30 Dec 2017 13:48:46 +0000 Subject: [PATCH] helixish: debugging output Signed-off-by: Ian Jackson --- helixish.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helixish.py b/helixish.py index bdc07de..8a4fa8e 100644 --- a/helixish.py +++ b/helixish.py @@ -76,7 +76,8 @@ class HelixishCurve(): vdbg_plane = MatrixVisdebug(vdbg(), dPQplane_basis) - dbg('plane p', p_plane_check, 'dp', dp_plane, 'dq', dq_plane, 'q', q_plane) + dbg('plane p', p_plane_check, 'dp', dp_plane, 'dq', dq_plane, + 'q', q_plane, 'dist_pq_plane', dist_pq_plane) vdbg_plane.arrow(p_plane_check, dp_plane) vdbg_plane.arrow(q_plane, dq_plane) -- 2.30.2