Definition at line 735 of file cu_ptarray.c.
736{
738
739 s0.
x = s0.
y = 0; s0.
z = 10; s0.
m = 20;
740 s1.
x = 0; s1.
y = 10; s1.
z = 0; s1.
m = 10;
741
742
743
744 qp.
x = -0.1; qp.
y = 0;
750
751 qp.
x = 0.1; qp.
y = 0;
757
758 qp.
x = 0; qp.
y = -0.1;
764
765
766
767 qp.
x = 0; qp.
y = 10.1;
773
774 qp.
x = 0.1; qp.
y = 10;
780
781 qp.
x = -0.1; qp.
y = 10;
787
788
789
790 qp.
x = 0.1; qp.
y = 5;
796
797 qp.
x = -0.1; qp.
y = 5;
803
804 qp.
x = 0.1; qp.
y = 2;
810
811 qp.
x = -0.1; qp.
y = 2;
817
818 qp.
x = 0.1; qp.
y = 8;
824
825 qp.
x = -0.1; qp.
y = 8;
831
832
833}
#define ASSERT_DOUBLE_EQUAL_TOLERANCE(o, e, t)
#define ASSERT_DOUBLE_EQUAL(o, e)
void closest_point_on_segment(const POINT4D *R, const POINT4D *A, const POINT4D *B, POINT4D *ret)
References ASSERT_DOUBLE_EQUAL, ASSERT_DOUBLE_EQUAL_TOLERANCE, closest_point_on_segment(), POINT4D::m, POINT4D::x, POINT4D::y, and POINT4D::z.
Referenced by ptarray_suite_setup().