Home
last modified time | relevance | path

Searched refs:fov_ (Results 1 – 17 of 17) sorted by relevance

/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-client/src/
H A DFirstPersonViewer.cc32 FirstPersonViewer::FirstPersonViewer(): pos_(), yaw_(0), pitch_(0), fov_(90.0), aspect_(1.0) { in FirstPersonViewer()
35 FirstPersonViewer::FirstPersonViewer(const Vector3i& pos): pos_(pos), yaw_(0), pitch_(0), fov_(90.0… in FirstPersonViewer()
38 …tor3i& pos, float yaw, float pitch): pos_(pos), yaw_(yaw), pitch_(pitch), fov_(90.0), aspect_(1.0)… in FirstPersonViewer()
58 mgluPerspective(fov_ / M_PI * 180.0f, aspect_, znear, zfar); in SetupViewerMatrix()
74 fov_ = fov; in SetFov()
174 return fov_; in GetFov()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/
H A Dtypes.cpp132 … focal_ = Vec2f(principal_point_[0] / tan(fov_[0]*0.5f), principal_point_[1] / tan(fov_[1]*0.5f)); in Camera()
164fov_[0] = atan2(principal_point_[0], focal_[0]) + atan2(window_size.width-principal_point_[0], fo… in Camera()
165fov_[1] = atan2(principal_point_[1], focal_[1]) + atan2(window_size.height-principal_point_[1], fo… in Camera()
175 fov_[0] = atan2(cx, fx) + atan2(window_size.width - cx, fx); in init()
176 fov_[1] = atan2(cy, fy) + atan2(window_size.height - cy, fy); in init()
199fov_[0] = (atan2(principal_point_[0],focal_[0]) + atan2(window_size.width-principal_point_[0],foca… in setWindowSize()
/dports/math/g2o/g2o-20201223_git/g2o/apps/g2o_simulator/
H A Dpointsensorparameters.h45 void setFov(double fov_) {_fov = fov_;} in setFov() argument
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DCamera.cpp61 fov_(DEFAULT_CAMERA_FOV), in Camera()
134 fov_ = Clamp(fov, 0.0f, M_MAX_FOV); in SetFov()
301 …frustum_.Define(fov_, aspectRatio_, zoom_, GetNearClip(), GetFarClip(), GetEffectiveWorldTransform… in GetFrustum()
334 ret.Define(fov_, aspectRatio_, zoom_, nearClip, farClip, GetEffectiveWorldTransform()); in GetSplitFrustum()
354 ret.Define(fov_, aspectRatio_, zoom_, GetNearClip(), GetFarClip()); in GetViewSpaceFrustum()
379 ret.Define(fov_, aspectRatio_, zoom_, nearClip, farClip); in GetViewSpaceSplitFrustum()
484 return tanf(fov_ * M_DEGTORAD * 0.5f) / zoom_; in GetHalfViewSize()
657 float h = (1.0f / tanf(fov_ * M_DEGTORAD * 0.5f)) * zoom_; in UpdateProjection()
H A DLight.cpp105 fov_(DEFAULT_LIGHT_FOV), in Light()
352 fov_ = Clamp(fov, 0.0f, M_MAX_FOV); in SetFov()
478 ret.Define(fov_, aspectRatio_, 1.0f, M_MIN_NEARCLIP, range_, frustumTransform); in GetFrustum()
488 ret.Define(fov_, aspectRatio_, 1.0f, M_MIN_NEARCLIP, range_, view * frustumTransform); in GetViewSpaceFrustum()
523 float yScale = tanf(fov_ * M_DEGTORAD * 0.5f) * range_; in GetVolumeTransform()
633 float maxAngle = tanf(fov_ * M_DEGTORAD * 0.5f); in SetIntensitySortValue()
H A DCamera.h110 float GetFov() const { return fov_; } in GetFov()
246 float fov_; variable
H A DLight.h262 float GetFov() const { return fov_; } in GetFov()
377 float fov_; variable
/dports/astro/xplanet/xplanet-1.3.1/src/
H A DOptions.cpp73 fov_(-1), in Options()
390 sscanf(optarg, "%lf", &fov_); in parseArgs()
391 if (fov_ <= 0) in parseArgs()
397 fov_ *= deg_to_rad; in parseArgs()
739 fov_ = 1; // just a sneaky way to know that -radius has in parseArgs()
1029 fov_ = 45 * deg_to_rad; in parseArgs()
H A DOptions.h43 double FieldOfView() const { return(fov_); }; in FieldOfView()
44 void FieldOfView(const double f) { fov_ = f; }; in FieldOfView()
203 double fov_; // field of view variable
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/include/opencv2/viz/
H A Dtypes.hpp221 const Vec2d& getFov() const { return fov_; } in getFov()
222 void setFov(const Vec2d& fov) { fov_ = fov; } in setFov()
266 Vec2d fov_; member in cv::viz::Camera
/dports/graphics/glosm/glosm-glosm-0.0.2/libglosm-client/include/glosm/
H A DFirstPersonViewer.hh97 float fov_; member in FirstPersonViewer
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dstarhopper.h42 …arObject *> computePath_const(const SkyPoint &src, const SkyPoint &dest, float fov_, float maglim_,
H A Dstarhopper.cpp28 … StarObject *> StarHopper::computePath_const(const SkyPoint &src, const SkyPoint &dest, float fov_, in computePath_const() argument
31 fov = fov_; in computePath_const()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/
H A Ddinast_grabber.h180 double fov_; variable
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Ddinast_grabber.cpp48 , fov_ (64. * M_PI / 180.) in DinastGrabber()
333 double theta_colati = fov_ * r1 * dist_max_2d_; in getXYZIPointCloud()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/cc/
H A Dkccsd_uhf.py79 fov_ = eris.fock[0][:,:nocca,nocca:]
108 Ht1a += fov_.conj()
/dports/games/uhexen2/hexen2source-1.5.9/docs/
H A DCHANGES711 * screen.c: (SCR_CalcRefdef): move calculation of r_refdef.fov_[x|y]