Home
last modified time | relevance | path

Searched refs:vectorsubtract3d (Results 1 – 3 of 3) sorted by relevance

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrwindow.c1707 vectorsubtract3d(xf3->eye, xf3->view, toeye); in us_3dfillview()
1741 vectorsubtract3d(xf3->view, xf3->eye, d); in us_3dpanview()
1746 vectorsubtract3d(xf3->view, xf3->eye, view); in us_3dpanview()
1790 vectorsubtract3d(xf3->view, xf3->eye, f); in us_3dbuildtransform()
1910 vectorsubtract3d(res2, res, res2); in us_3drender()
1911 vectorsubtract3d(res3, res, res3); in us_3drender()
2025 vectorsubtract3d(xf3->eye, xf3->view, toDirection); in us_3deachdown()
2056 vectorsubtract3d(newFrom, xf3->view, newToDirection); in us_3deachdown()
2087 vectorsubtract3d(xf3->view, xf3->eye, d); in us_3deachdown()
2092 vectorsubtract3d(xf3->view, xf3->eye, view); in us_3deachdown()
[all …]
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2081 void vectorsubtract3d(float *a, float *b, float *diff);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c1954 void vectorsubtract3d(float *a, float *b, float *diff) in vectorsubtract3d() function