Home
last modified time | relevance | path

Searched refs:xyzoff (Results 1 – 11 of 11) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_sch.c45 double xyzoff[3]; member
74 pxyz[0] += Q->xyzoff[0]; in inverse3d()
75 pxyz[1] += Q->xyzoff[1]; in inverse3d()
76 pxyz[2] += Q->xyzoff[2]; in inverse3d()
109 temp[0] -= Q->xyzoff[0]; in forward3d()
110 temp[1] -= Q->xyzoff[1]; in forward3d()
111 temp[2] -= Q->xyzoff[2]; in forward3d()
212 Q->xyzoff[0] = pxyz[0] - (Q->rcurv) * clt * clo; in setup()
213 Q->xyzoff[1] = pxyz[1] - (Q->rcurv) * clt * slo; in setup()
214 Q->xyzoff[2] = pxyz[2] - (Q->rcurv) * slt; in setup()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/libproj/vtklibproj/src/
H A DPJ_sch.c45 double xyzoff[3]; member
74 pxyz[0] += Q->xyzoff[0]; in inverse3d()
75 pxyz[1] += Q->xyzoff[1]; in inverse3d()
76 pxyz[2] += Q->xyzoff[2]; in inverse3d()
109 temp[0] -= Q->xyzoff[0]; in forward3d()
110 temp[1] -= Q->xyzoff[1]; in forward3d()
111 temp[2] -= Q->xyzoff[2]; in forward3d()
212 Q->xyzoff[0] = pxyz[0] - (Q->rcurv) * clt * clo; in setup()
213 Q->xyzoff[1] = pxyz[1] - (Q->rcurv) * clt * slo; in setup()
214 Q->xyzoff[2] = pxyz[2] - (Q->rcurv) * slt; in setup()
[all …]
/dports/graphics/proj/proj-7.2.1/src/projections/
H A Dsch.cpp48 double xyzoff[3]; member
74 xyz.x += Q->xyzoff[0]; in sch_inverse3d()
75 xyz.y += Q->xyzoff[1]; in sch_inverse3d()
76 xyz.z += Q->xyzoff[2]; in sch_inverse3d()
89 xyz.x -= Q->xyzoff[0]; in sch_forward3d()
90 xyz.y -= Q->xyzoff[1]; in sch_forward3d()
91 xyz.z -= Q->xyzoff[2]; in sch_forward3d()
176 Q->xyzoff[0] = xyz.x - (Q->rcurv) * clt * clo; in setup()
177 Q->xyzoff[1] = xyz.y- (Q->rcurv) * clt * slo; in setup()
178 Q->xyzoff[2] = xyz.z - (Q->rcurv) * slt; in setup()
/dports/science/drawxtl/DRAWxtl/examples/
H A Dquartz.str6 xyzoff 0 0 -1/6
H A Dcif_test.str3 xyzoff 0 .25 .25
H A Dfaujasit.str24 rem xyzoff 0.125 0.125 0.125
H A Dfau_cavities.str28 rem xyzoff 0.125 0.125 0.125
H A Dporph_tst.str57 rem xyzoff -0.000 0.250 0.125
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtlViewUI.h150 float xyzoff[3]; // offset between origin and center of symmetry variable
H A DRead_Input.cxx997 drvui->xyzoff[i] = 0.0f; in read_inp()
1446 drvui->atoms[i].atom_xyz[j] -= drvui->xyzoff[j]; in read_inp()
1595 drvui->xyzoff[i] = convert_pos (atom_pos[i]); in read_inp()
H A DDRAWxtl1.cxx1115 x[k] = drvui->arrows[i].mag_xp[k] - drvui->xyzoff[k]; in generate_arrows()