Home
last modified time | relevance | path

Searched defs:projection (Results 176 – 200 of 2957) sorted by relevance

12345678910>>...119

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dpithsync.cpp41 STATS *projection, // vertical occupation in setup()
104 STATS *projection, // vertical occupation in assign()
206 STATS *projection, // vertical occupation in assign_cheap()
297 STATS *projection, // vertical in check_pitch_sync2()
489 STATS *projection, // vertical in check_pitch_sync3()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Renderer/
H A DTransformation.cpp28 …Transformation::Transformation(const Mat4x4f& projection, const Mat4x4f& view, const Mat4x4f& mode… in Transformation()
43 …void Transformation::pushTransformation(const Mat4x4f& projection, const Mat4x4f& view, const Mat4… in pushTransformation()
/dports/graphics/xmedcon/xmedcon-0.17.0/source/
H A Dxreslice.c45 void XMdcResliceImages(GtkWidget *widget, guint projection) in XMdcResliceImages()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Ddgfparser.cc95 const DuneBoundaryProjection< dimworld > *projection in generate() local
103 const DuneBoundaryProjection< dimworld > *projection in generate() local
H A Dgridfactory.hh172 const DuneProjection *projection ) in insertBoundaryProjection()
202 virtual void insertBoundaryProjection ( const DuneProjection *projection ) in insertBoundaryProjection()
512 Projection projection ( const ElementInfo &elementInfo, const int face ) const in projection() function in Dune::GridFactory::ProjectionFactory
517 const DuneProjectionPtr &projection = gridFactory().boundaryProjections_[ index ]; in projection() local
526 Projection projection ( const ElementInfo & /* elementInfo */ ) const in projection() function in Dune::GridFactory::ProjectionFactory
/dports/astro/merkaartor/merkaartor-0.19.0/src/Preferences/
H A DProjectionsList.h26 QString projection; variable
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_KarhunenLoeveProjection_std.py14 projection = KarhunenLoeveProjection(result) variable
/dports/databases/p5-MongoDB/MongoDB-v2.2.2/t/data/CRUD/v1/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/data/crud/v1/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/data/crud/v1/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/go.mongodb.org/mongo-driver/data/crud/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.mongodb.org/mongo-driver/data/crud/v1/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/www/grafana8/grafana-8.3.6/vendor/go.mongodb.org/mongo-driver/data/crud/v1/write/
H A DfindOneAndReplace.json30 "projection": { object
74 "projection": { object
117 "projection": { object
159 "projection": { object
202 "projection": { object
242 "projection": { object
/dports/games/gtkradiant/GPL/GtkRadiant/libs/
H A Dpivot.h182 …ip2world, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_worldSpace()
196 …r3& axis, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_viewpointSpace()
215 …ip2world, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_viewplaneSpace()
/dports/science/py-obspy/obspy-1.2.2/obspy/imaging/
H A Dmaps.py97 def plot_basemap(lons, lats, size, color, labels=None, projection='global', argument
318 projection='global', resolution='l', continent_fill_color='0.8', argument
494 def plot_cartopy(lons, lats, size, color, labels=None, projection='global', argument
/dports/games/netradiant/netradiant-20150621-src/libs/
H A Dpivot.h174 …ip2world, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_worldSpace()
187 …r3& axis, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_viewpointSpace()
205 …ip2world, const Matrix4& pivot2world, const Matrix4& modelview, const Matrix4& projection, const M… in Pivot2World_viewplaneSpace()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/
H A Dpivot.h114 const Matrix4& projection, const Matrix4& viewport) in Pivot2World_worldSpace()
129 const Matrix4& modelview, const Matrix4& projection, const Matrix4& viewport) in Pivot2World_viewpointSpace()
149 const Matrix4& projection, const Matrix4& viewport) in Pivot2World_viewplaneSpace()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dquery_settings.cpp59 const BSONObj& projection, in AllowedIndexEntry()
109 const BSONObj& projection = qr.getProj(); in setAllowedIndices() local
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/nalgebra-0.18.1/tests/geometry/
H A Dmod.rs3 mod projection; module
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Dscan.py30 def projection(x): function
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osg/
H A DProjection.cpp21 Projection::Projection(const Projection& projection,const CopyOp& copyop): in Projection()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osg/
H A DProjection.cpp21 Projection::Projection(const Projection& projection,const CopyOp& copyop): in Projection()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/nalgebra-0.18.1/tests/geometry/
H A Dmod.rs3 mod projection; module
/dports/science/chrono/chrono-7.0.1/src/chrono_gpu/cuda/
H A DChGpuBoundaryConditions.cuh83 float projection = Dot(v_rel, contact_normal); in addBCForces_Sphere_matBased() local
197 float projection = Dot(rel_vel, contact_normal); in addBCForces_Sphere_frictionless() local
277 float projection = Dot(rel_vel, contact_normal); in addBCForces_ZCone_frictionless() local
335 float projection = Dot(sphVel, contact_normal); in addBCForces_ZCone() local
410 float projection = Dot(rel_vel, contact_normal); in addBCForces_Plane_frictionless() local
478 float projection = Dot(rel_vel, contact_normal); in addBCForces_Plane_frictionless_mbased() local
575 float projection = Dot(sphVel - bc_velo, contact_normal); in addBCForces_Plane() local
687 float projection = Dot(rel_vel, contact_normal); in addBCForces_Zcyl_frictionless() local
748 float projection = Dot(sphVel, contact_normal); in addBCForces_Zcyl_frictionless_mbased() local
811 float projection = Dot(sphVel, contact_normal); in addBCForces_Zcyl() local
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/JoGLView/text/
H A DTextManager.java91 Transformation projection = drawingTools.getTransformationManager().getCanvasProjection(); in draw() local
144 …protected Vector3d[] computeTextBoxVectors(Transformation projection, Text text, Dimension dimensi… in computeTextBoxVectors()
243 …protected double[] computeRatios(Transformation projection, Text text, Vector3d[] textBoxVectors, … in computeRatios()
277 …protected Vector3d[] computeTextPosition(Transformation projection, Text text, Vector3d[] textBoxV… in computeTextPosition()
427 …protected Vector3d[] computeCorners(Transformation projection, Vector3d[] projCorners, Axes parent… in computeCorners()

12345678910>>...119