Definition at line 735 of file cu_ptarray.c.
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;
744 qp.
x = -0.1; qp.
y = 0;
751 qp.
x = 0.1; qp.
y = 0;
758 qp.
x = 0; qp.
y = -0.1;
767 qp.
x = 0; qp.
y = 10.1;
774 qp.
x = 0.1; qp.
y = 10;
781 qp.
x = -0.1; qp.
y = 10;
790 qp.
x = 0.1; qp.
y = 5;
797 qp.
x = -0.1; qp.
y = 5;
804 qp.
x = 0.1; qp.
y = 2;
811 qp.
x = -0.1; qp.
y = 2;
818 qp.
x = 0.1; qp.
y = 8;
825 qp.
x = -0.1; qp.
y = 8;
#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().