Home
last modified time | relevance | path

Searched refs:ppy (Results 51 – 75 of 185) sorted by relevance

12345678

/dports/graphics/libprojectm/projectm-3.1.12/presets/presets_tryptonaut/
H A Dmartin - bring up the big guns.milk364 per_frame_48=ppy = ppy*dec_slow + (1-dec_slow)*py;
366 per_frame_50=q8 = ppy;
/dports/math/cgal/CGAL-5.3/include/CGAL/predicates/
H A Dkernel_ftC3.h514 const FT &ppx, const FT &ppy, const FT &ppz, in cmp_signed_dist_to_planeC3() argument
520 return sign_of_determinant<FT>( pqx-ppx, pqy-ppy, pqz-ppz, in cmp_signed_dist_to_planeC3()
521 prx-ppx, pry-ppy, prz-ppz, in cmp_signed_dist_to_planeC3()
529 const FT &ppx, const FT &ppy, const FT &ppz, in has_larger_signed_dist_to_planeC3() argument
535 return cmp_signed_dist_to_planeC3(ppx, ppy, ppz, pqx, pqy, pqz, in has_larger_signed_dist_to_planeC3()
543 const FT &ppx, const FT &ppy, const FT &ppz, in has_smaller_signed_dist_to_planeC3() argument
549 return cmp_signed_dist_to_planeC3(ppx, ppy, ppz, pqx, pqy, pqz, in has_smaller_signed_dist_to_planeC3()
/dports/editors/libreoffice/libreoffice-7.2.6.2/embedserv/source/inc/
H A Dsyswinwrapper.hxx128 int nHandle,int**ppx, int**ppy, int* px, int*py);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embedserv/source/inc/
H A Dsyswinwrapper.hxx128 int nHandle,int**ppx, int**ppy, int* px, int*py);
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/src/
H A Dtypes.h224 …return {i.width+pad_crop*2, i.height+pad_crop*2, i.ppx+pad_crop, i.ppy+pad_crop, i.fx, i.fy, i.mod… in pad_crop_intrinsics()
230 …return {width, height, i.ppx*sx, i.ppy*sy, i.fx*sx, i.fy*sy, i.model, {i.coeffs[0], i.coeffs[1], i… in scale_intrinsics()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/src/
H A Dtypes.h224 …return {i.width+pad_crop*2, i.height+pad_crop*2, i.ppx+pad_crop, i.ppy+pad_crop, i.fx, i.fy, i.mod… in pad_crop_intrinsics()
230 …return {width, height, i.ppx*sx, i.ppy*sy, i.fx*sx, i.fy*sy, i.model, {i.coeffs[0], i.coeffs[1], i… in scale_intrinsics()
/dports/graphics/opencv/opencv-4.5.3/modules/stitching/src/
H A Dmotion_estimators.cpp74 K_from(1,2) = cameras[edge.from].ppy; in operator ()()
80 K_to(1,2) = cameras[edge.to].ppy; in operator ()()
175 cameras[i].ppy -= 0.5 * features[i].img_size.height; in estimate()
189 cameras[i].ppy += 0.5 * features[i].img_size.height; in estimate()
338 cam_params_.at<double>(i * 7 + 2, 0) = cameras[i].ppy; in setUpInitialCameraParams()
362 cameras[i].ppy = cam_params_.at<double>(i * 7 + 2, 0); in obtainRefinedCameraParams()
/dports/misc/visp/visp-3.4.0/example/tracking/
H A DmbtGenericTrackingDepthOnly.cpp227 float ppy; /**< Vertical coordinate of the principal point of the image, as member
239 float y = (pixel[1] - intrin.ppy) / intrin.fy; in rs_deproject_pixel_to_point()
305 depth_intrinsic.ppy = 246.283234f; in read_data()
H A DmbtGenericTrackingDepth.cpp241 float ppy; /**< Vertical coordinate of the principal point of the image, as member
253 float y = (pixel[1] - intrin.ppy) / intrin.fy; in rs_deproject_pixel_to_point()
320 depth_intrinsic.ppy = 246.283234f; in read_data()
/dports/graphics/colmap/colmap-3.6/src/base/
H A Dcamera.h83 void SetPrincipalPointY(const double ppy);
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dttfoutl.h196 F26Dot6 ppx, ppy; member
H A Dttfmain.c918 this->ppx = px; this->ppy = py; in ttfOutliner__DrawGlyphOutline()
929 if (this->ppx != px || this->ppy != py) { in ttfOutliner__DrawGlyphOutline()
932 this->ppx = px; this->ppy = py; in ttfOutliner__DrawGlyphOutline()
961 if (this->ppx != nextX || this->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
976 this->ppx = nextX; this->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dttfoutl.h196 F26Dot6 ppx, ppy; member
H A Dttfmain.c918 this->ppx = px; this->ppy = py; in ttfOutliner__DrawGlyphOutline()
929 if (this->ppx != px || this->ppy != py) { in ttfOutliner__DrawGlyphOutline()
932 this->ppx = px; this->ppy = py; in ttfOutliner__DrawGlyphOutline()
961 if (this->ppx != nextX || this->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
976 this->ppx = nextX; this->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dttfoutl.h186 F26Dot6 ppx, ppy; member
H A Dttfmain.c950 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
961 if (self->ppx != px || self->ppy != py) { in ttfOutliner__DrawGlyphOutline()
964 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
993 if (self->ppx != nextX || self->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
1008 self->ppx = nextX; self->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dttfoutl.h186 F26Dot6 ppx, ppy; member
H A Dttfmain.c950 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
961 if (self->ppx != px || self->ppy != py) { in ttfOutliner__DrawGlyphOutline()
964 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
993 if (self->ppx != nextX || self->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
1008 self->ppx = nextX; self->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dttfoutl.h200 F26Dot6 ppx, ppy; member
H A Dttfmain.c948 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
959 if (self->ppx != px || self->ppy != py) { in ttfOutliner__DrawGlyphOutline()
962 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
991 if (self->ppx != nextX || self->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
1006 self->ppx = nextX; self->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dttfoutl.h200 F26Dot6 ppx, ppy; member
H A Dttfmain.c948 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
959 if (self->ppx != px || self->ppy != py) { in ttfOutliner__DrawGlyphOutline()
962 self->ppx = px; self->ppy = py; in ttfOutliner__DrawGlyphOutline()
991 if (self->ppx != nextX || self->ppy != nextY) { in ttfOutliner__DrawGlyphOutline()
1006 self->ppx = nextX; self->ppy = nextY; in ttfOutliner__DrawGlyphOutline()
/dports/graphics/open3d/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.hpp134 … { return (atan2f(ppy + 0.5f, fy) + atan2f(height - (ppy + … in vfov()
/dports/graphics/py-open3d-python/Open3D-0.2/src/External/librealsense/include/librealsense/
H A Drs.hpp134 … { return (atan2f(ppy + 0.5f, fy) + atan2f(height - (ppy + … in vfov()
/dports/x11/eaglemode/eaglemode-0.95.0/src/SilChess/
H A DSilChessPanel.cpp352 double ppy,ppz,ppny,ppnz,ppd; local
405 ppy=-2.3;
452 CameraY=ppy-ppny*cz+ppnz*cy;

12345678