Home
last modified time | relevance | path

Searched refs:elevation (Results 26 – 50 of 4470) sorted by relevance

12345678910>>...179

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/filters/
H A DDistantLightSource.cpp43 float elevation = deg2rad(m_elevation); in initPaintingData() local
44 paintingData.lightVector.setX(cosf(azimuth) * cosf(elevation)); in initPaintingData()
45 paintingData.lightVector.setY(sinf(azimuth) * cosf(elevation)); in initPaintingData()
46 paintingData.lightVector.setZ(sinf(elevation)); in initPaintingData()
62 bool DistantLightSource::setElevation(float elevation) in setElevation() argument
64 if (m_elevation == elevation) in setElevation()
66 m_elevation = elevation; in setElevation()
74 ts << "[elevation=\"" << elevation() << "\"]"; in externalRepresentation()
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/utils/
H A DDrawingUtils.java118 float elevation = aicallback.getMap().getElevationAt( x, z ); in CleanDrawing() local
231 float elevation = aicallback.getMap().getElevationAt(pos.x, pos.z) + 10; in DrawRectangle() local
232 AddLine(pos.add( new TerrainPos(0f, elevation, 0f) ), in DrawRectangle()
233 pos.add( new TerrainPos(width, elevation, 0) ) ); in DrawRectangle()
234 AddLine(pos.add( new TerrainPos(width, elevation, 0) ), in DrawRectangle()
235 pos.add( new TerrainPos(width, elevation, height) ) ); in DrawRectangle()
236 AddLine(pos.add( new TerrainPos(width, elevation, height) ), in DrawRectangle()
237 pos.add( new TerrainPos(0, elevation, height) ) ); in DrawRectangle()
238 AddLine(pos.add( new TerrainPos(0, elevation, height) ), in DrawRectangle()
239 pos.add( new TerrainPos(0, elevation, 0) ) ); in DrawRectangle()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/io/io_shapes_dxf/dxflib/
H A Ddl_extrusion.h72 DL_Extrusion(double dx, double dy, double dz, double elevation) { in DL_Extrusion() argument
75 setElevation(elevation); in DL_Extrusion()
114 void setElevation(double elevation) { in setElevation() argument
115 this->elevation = elevation; in setElevation()
124 return elevation; in getElevation()
134 setElevation(extru.elevation);
143 double elevation; variable
/dports/cad/horizon-eda/horizon-2.1.0/3rd_party/dxflib/
H A Ddl_extrusion.h68 DL_Extrusion(double dx, double dy, double dz, double elevation) { in DL_Extrusion() argument
71 setElevation(elevation); in DL_Extrusion()
110 void setElevation(double elevation) { in setElevation() argument
111 this->elevation = elevation; in setElevation()
120 return elevation; in getElevation()
130 setElevation(extru.elevation);
139 double elevation; variable
/dports/cad/librepcb/librepcb-0.1.6/libs/dxflib/src/
H A Ddl_extrusion.h68 DL_Extrusion(double dx, double dy, double dz, double elevation) { in DL_Extrusion() argument
71 setElevation(elevation); in DL_Extrusion()
110 void setElevation(double elevation) { in setElevation() argument
111 this->elevation = elevation; in setElevation()
120 return elevation; in getElevation()
130 setElevation(extru.elevation);
139 double elevation; variable
/dports/devel/sfml/SFML-2.5.1/examples/island/
H A DIsland.cpp271 float elevation = 0.0f; in getElevation() local
275 elevation += stb_perlin_noise3( in getElevation()
282 elevation = (elevation + 1.f) / 2.f; in getElevation()
285elevation = (elevation + heightBase) * (1.0f - edgeFactor * std::pow(distance, edgeDropoffExponent… in getElevation()
286 elevation = std::min(std::max(elevation, 0.0f), 1.0f); in getElevation()
288 return elevation; in getElevation()
382 elevation < 0.11f ? sf::Color(0, 0, elevation / 0.11f * 74.f + 181.0f) : in getTerrainColor()
383elevation < 0.14f ? sf::Color(std::pow((elevation - 0.11f) / 0.03f, 0.3f) * 48.f, std::pow((elevat… in getTerrainColor()
384elevation < 0.16f ? sf::Color((elevation - 0.14f) * 128.f / 0.02f + 48.f, (elevation - 0.14f) * 12… in getTerrainColor()
387 elevation < snowcapHeight ? getHighlandsTerrainColor(elevation, moisture) : in getTerrainColor()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/tests/ORD/
H A DOrdMockClasses.hpp103 MOCK_CONST_METHOD1(dry_mapping_function_wrap, double(double elevation));
104 virtual double dry_mapping_function(double elevation) const in dry_mapping_function()
106 return dry_mapping_function_wrap(elevation); in dry_mapping_function()
109 MOCK_CONST_METHOD1(wet_mapping_function_wrap, double(double elevation));
110 virtual double wet_mapping_function(double elevation) const in wet_mapping_function()
112 return wet_mapping_function_wrap(elevation); in wet_mapping_function()
115 MOCK_CONST_METHOD1(correction_wrap, double(double elevation));
116 virtual double correction(double elevation) const in correction()
118 return correction_wrap(elevation); in correction()
/dports/games/tux-aqfh/tux_aqfh-1.0.14/src/
H A Dcamera.h7 float elevation ; variable
29 if ( elevation < -300.0f ) elevation = -300.0f ; in update_cam_rel_tgt()
30 if ( elevation > 300.0f ) elevation = 300.0f ; in update_cam_rel_tgt()
36 cam_rel_tgt [ 2 ] = elevation * ( flag_far ? 5.0f : 1.0f ) ; in update_cam_rel_tgt()
42 void setLift ( float amnt ) { elevation = amnt ; update_cam_rel_tgt () ; } in setLift()
47 void lift ( float amnt ) { elevation += amnt ; update_cam_rel_tgt () ; } in lift()
69 elevation = 7.0f ; in reset()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/path/
H A Dcommands.py28 def to_wcs(self, ocs: OCS, elevation: float):
29 return LineTo(end=ocs.to_wcs(self.end.replace(z=elevation)))
40 def to_wcs(self, ocs: OCS, elevation: float):
42 end=ocs.to_wcs(self.end.replace(z=elevation)),
43 ctrl=ocs.to_wcs(self.ctrl.replace(z=elevation)),
56 def to_wcs(self, ocs: OCS, elevation: float):
58 end=ocs.to_wcs(self.end.replace(z=elevation)),
59 ctrl1=ocs.to_wcs(self.ctrl1.replace(z=elevation)),
60 ctrl2=ocs.to_wcs(self.ctrl2.replace(z=elevation)),
/dports/cad/librecad/LibreCAD-2.2.0-rc2/libraries/jwwlib/src/
H A Ddl_extrusion.h59 DL_Extrusion(double dx, double dy, double dz, double elevation) { in DL_Extrusion() argument
61 setElevation(elevation); in DL_Extrusion()
90 void setElevation(double elevation) { in setElevation() argument
91 this->elevation = elevation; in setElevation()
100 return elevation; in getElevation()
107 double elevation; variable
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/src/org/olsr/v1/info/api/dto/
H A DJsonInfoPudPositionEntrySatellite.java7 private int elevation = 0; field in JsonInfoPudPositionEntrySatellite
30 return this.elevation; in getElevation()
37 public void setElevation(final int elevation) { in setElevation() argument
38 this.elevation = elevation; in setElevation()
76 result = (prime * result) + this.elevation; in hashCode()
110 result = Integer.compare(this.elevation, other.elevation); in compareTo()
134 builder.append(this.elevation); in toString()
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/model/
H A DCatalogDoorOrWindow.java65 this(id, name, description, icon, null, model, width, depth, height, elevation, movable, in CatalogDoorOrWindow()
224 icon, planIcon, model, width, depth, height, elevation, movable, in CatalogDoorOrWindow()
271 icon, planIcon, model, width, depth, height, elevation, 1f, movable, in CatalogDoorOrWindow()
320 icon, planIcon, model, width, depth, height, elevation, dropOnTopElevation, movable, in CatalogDoorOrWindow()
370 icon, planIcon, model, width, depth, height, elevation, dropOnTopElevation, movable, in CatalogDoorOrWindow()
426 icon, planIcon, model, width, depth, height, elevation, dropOnTopElevation, movable, in CatalogDoorOrWindow()
485 icon, planIcon, model, width, depth, height, elevation, dropOnTopElevation, movable, in CatalogDoorOrWindow()
518 float elevation, boolean movable, in CatalogDoorOrWindow() argument
522 this(name, icon, model, width, depth, height, elevation, movable, in CatalogDoorOrWindow()
551 float elevation, boolean movable, in CatalogDoorOrWindow() argument
[all …]
H A DCatalogLight.java54 … float width, float depth, float height, float elevation, boolean movable, in CatalogLight() argument
58 this(id, name, description, icon, null, model, width, depth, height, elevation, movable, in CatalogLight()
86 float width, float depth, float height, float elevation, boolean movable, in CatalogLight() argument
90 this(id, name, description, icon, planIcon, model, width, depth, height, elevation, movable, in CatalogLight()
121 float width, float depth, float height, float elevation, boolean movable, in CatalogLight() argument
126 this(id, name, description, icon, planIcon, model, width, depth, height, elevation, movable, in CatalogLight()
160 float width, float depth, float height, float elevation, boolean movable, in CatalogLight() argument
205 float width, float depth, float height, float elevation, boolean movable, in CatalogLight() argument
211 icon, planIcon, model, width, depth, height, elevation, 1f, movable, lightSources, in CatalogLight()
253 … float width, float depth, float height, float elevation, float dropOnTopElevation, in CatalogLight() argument
[all …]
H A DCatalogPieceOfFurniture.java53 private final float elevation; field in CatalogPieceOfFurniture
135 this(id, name, description, icon, model, width, depth, height, elevation, movable, in CatalogPieceOfFurniture()
352 float elevation, float dropOnTopElevation, in CatalogPieceOfFurniture() argument
400 float elevation, float dropOnTopElevation, in CatalogPieceOfFurniture() argument
451 float elevation, float dropOnTopElevation, in CatalogPieceOfFurniture() argument
503 float elevation, float dropOnTopElevation, in CatalogPieceOfFurniture() argument
540 this(name, icon, model, width, depth, height, elevation, movable, in CatalogPieceOfFurniture()
566 this(name, icon, model, width, depth, height, elevation, movable, in CatalogPieceOfFurniture()
633 float elevation, float dropOnTopElevation, in CatalogPieceOfFurniture() argument
654 this.elevation = elevation; in CatalogPieceOfFurniture()
[all …]
/dports/science/p5-Geo-WebService-Elevation-USGS/Geo-WebService-Elevation-USGS-0.120/t/
H A Delev.t56 my $ele_ft = '56.53'; # expected elevation in feet.
65 $rslt = eval {$ele->elevation( @ele_loc )};
67 ok(!$@, 'elevation() succeeded')
86 $rslt = eval {[$ele->elevation( @ele_loc )]};
88 ok(!$@, 'elevation() succeeded in list context')
100 $rslt = eval {[$ele->elevation( @ele_loc )]};
116 $rslt = eval {$ele->elevation($gp)};
118 ok(!$@, 'elevation(Geo::Point) succeeded')
124 'elevation(Geo::Point) returns a hash' );
146 $rslt = eval {$ele->elevation($gp)};
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DElevationPool.cpp422 float elevation, resolution; in getElevation() local
424 return elevation; in getElevation()
431 float elevation, resolution; in getElevationAndResolution() local
450 float elevation, resolution; in getElevations() local
452 output.push_back(elevation); in getElevations()
475 float elevation, resolution; in getElevationExtrema() local
479 if (elevation < min) min = elevation; in getElevationExtrema()
480 if (elevation > max) max = elevation; in getElevationExtrema()
490 float elevation, resolution; in getElevationExtrema() local
493 if (elevation < min) min = elevation; in getElevationExtrema()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vpgl/
H A Dvpgl_local_rational_camera.hxx42 lvcs_(vpgl_lvcs(latitude, longitude, elevation, in vpgl_local_rational_camera()
61 lvcs_ = vpgl_lvcs(latitude, longitude, elevation, in set_lvcs()
99 double longitude, latitude, elevation; in write_pvl() local
100 lvcs_.get_origin(latitude, longitude, elevation); in write_pvl()
104 << std::setprecision(12) << elevation << std::endl; in write_pvl()
120 double longitude, latitude, elevation; in read_pvl() local
127 istr >> longitude >> latitude >> elevation; in read_pvl()
138 this->set_lvcs(longitude, latitude, elevation); in read_pvl()
151 double longitude, latitude, elevation; in read_txt() local
158 istr >> longitude >> latitude >> elevation; in read_txt()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bsta/
H A Dbsta_spherical_histogram.h78 int elevation_index(T elevation) const;
83 int lin_index(T azimuth, T elevation) in lin_index() argument
103 int el_ind = elevation_index(elevation); in elevation_interval()
111 void upcount(T azimuth, T elevation, T mag = T(1.0));
114 void upcount_weighted_by_area(T azimuth, T elevation, T mag = T(1.0));
126 T counts(T azimuth, T elevation) { in counts() argument
128 int el_ind = elevation_index(elevation); in counts()
139 T p(T azimuth, T elevation) in p() argument
141 int az_ind = azimuth_index(azimuth),el_ind = elevation_index(elevation); in p()
177 void convert_to_cartesian(T azimuth, T elevation, T& x, T& y, T& z) const;
[all …]
/dports/misc/libpredict/libpredict-2.0.0/src/
H A Dobserver.c51 …if (!(orbit->eclipsed) && (sun_obs.elevation*180.0/M_PI < NAUTICAL_TWILIGHT_SUN_ELEVATION) && (obs… in predict_observe_orbit()
137 result->elevation = el; in observer_calculate()
168 if (obs.elevation > 0.0) { in predict_next_aos()
185 while (fabs(obs.elevation*180/M_PI) > AOSLOS_HORIZON_THRESHOLD) { in predict_next_aos()
186 time_step = obs.elevation*180.0/M_PI*sqrt(orbit.altitude)/530000.0; in predict_next_aos()
243 if (obs.elevation < 0.0) { in predict_next_los()
255 time_step = obs.elevation*180.0/M_PI*sqrt(orbit.altitude)/502500.0; in predict_next_los()
259 } while (fabs(obs.elevation*180.0/M_PI) > AOSLOS_HORIZON_THRESHOLD); in predict_next_los()
341 if (observation.elevation < 0) { in predict_at_max_elevation()
360 …if ((candidate_center.elevation > candidate_lower.elevation) && (candidate_center.elevation > cand… in predict_at_max_elevation()
[all …]
/dports/graphics/blender/blender-2.91.0/extern/audaspace/src/fx/
H A DHRTF.cpp36 …::addImpulseResponse(std::shared_ptr<StreamBuffer> impulseResponse, float azimuth, float elevation) in addImpulseResponse() argument
47 m_hrtfs[elevation][azimuth] = std::make_shared<ImpulseResponse>(impulseResponse, m_plan); in addImpulseResponse()
54 …onse>, std::shared_ptr<ImpulseResponse>> HRTF::getImpulseResponse(float &azimuth, float &elevation) in getImpulseResponse() argument
67 dif = std::fabs(elevation - elem.first); in getImpulseResponse()
74 elevation = el; in getImpulseResponse()
78 for(auto elem : m_hrtfs[elevation]) in getImpulseResponse()
93 auto iter = m_hrtfs[elevation].find(azL); in getImpulseResponse()
94 if(iter != m_hrtfs[elevation].end()) in getImpulseResponse()
100 for(auto elem : m_hrtfs[elevation]) in getImpulseResponse()
/dports/archivers/laszip/LASzip-3.4.3/docs/source/
H A Dindex.rst250 …Elevation Mapping Project by Minnesota DNR <ftp://ftp.lmic.state.mn.us/pub/data/elevation/lidar/>`_
252elevation/lidar/county/aitkin/laz/>`_, `anoka <ftp://ftp.lmic.state.mn.us/pub/data/elevation/lidar…
254elevation/lidar/projects/arrowhead/block_1/laz/>`_, `block 2 <ftp://ftp.lmic.state.mn.us/pub/data/
256elevation/lidar/projects/metro/block_a_c/laz/>`_, `block b <ftp://ftp.lmic.state.mn.us/pub/data/el…
258elevation/lidar/projects/central_lakes/block_1/laz/>`_, `block 2 <ftp://ftp.lmic.state.mn.us/pub/d…
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DPolylineController.java67 private Float elevation; field in PolylineController
279 elevation = null; in updateProperties()
283 setElevation(elevation); in updateProperties()
484 if (elevation != this.elevation) { in setElevation()
485 Float oldElevation = this.elevation; in setElevation()
486 this.elevation = elevation; in setElevation()
496 return this.elevation; in getElevation()
523 Float elevation = getElevation(); in modifyPolylines() local
591 this.elevation = elevation; in PolylinesModificationUndoableEdit()
653 } else if (elevation != null) { in doModifyPolylines()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/vsph/
H A Dvsph_utils.cxx218 elevation = 0.0; in ray_spherical_coordinates()
223 elevation = 180.0; in ray_spherical_coordinates()
225 elevation = vnl_math::pi; in ray_spherical_coordinates()
228 elevation = std::acos(z); in ray_spherical_coordinates()
232 elevation = vnl_math::deg_per_rad*elevation; in ray_spherical_coordinates()
250 double elevation, azimuth; in project_poly_onto_unit_sphere() local
255 vgl_point_2d<double> sph_vert(elevation,azimuth); in project_poly_onto_unit_sphere()
290 double elevation, azimuth; in box_from_camera() local
292 vsph_sph_point_2d p0(elevation, azimuth, in_radians); in box_from_camera()
294 vsph_sph_point_2d p1(elevation, azimuth, in_radians); in box_from_camera()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/rlz/win/lib/
H A Dprocess_info.cc22 HRESULT GetElevationType(PTOKEN_ELEVATION_TYPE elevation) { in GetElevationType() argument
23 if (!elevation) in GetElevationType()
26 *elevation = TokenElevationTypeDefault; in GetElevationType()
41 *elevation = elevation_type; in GetElevationType()
67 TOKEN_ELEVATION_TYPE elevation; in HasAdminRights() local
68 if (SUCCEEDED(GetElevationType(&elevation))) { in HasAdminRights()
71 has_rights = (elevation == TokenElevationTypeFull) || in HasAdminRights()
/dports/databases/grass7/grass-7.8.6/raster3d/r3.cross.rast/
H A Dtest.r3.cross.rast.sh27 r3.cross.rast --o input=volume_null elevation=elev_0 output=test_cross_section_slice_0
28 r3.cross.rast --o input=volume_null elevation=elev_1 output=test_cross_section_slice_1
29 r3.cross.rast --o input=volume_null elevation=elev_2 output=test_cross_section_slice_2
30 r3.cross.rast --o input=volume_null elevation=elev_3 output=test_cross_section_slice_3
31 r3.cross.rast --o input=volume_null elevation=elev_4 output=test_cross_section_slice_4
32 r3.cross.rast --o input=volume_null elevation=elev_5 output=test_cross_section_slice_5
33 r3.cross.rast --o input=volume_null elevation=elev_NAN output=test_cross_section_slice_NAN
34 r3.cross.rast --o input=volume_null elevation=elev_cross output=test_cross_section_result

12345678910>>...179