Home
last modified time | relevance | path

Searched defs:GetMinZ (Results 1 – 12 of 12) sorted by relevance

/dports/devel/liblas/libLAS-1.8.1/include/liblas/detail/index/
H A Dindexcell.hpp79 ElevExtrema GetMinZ(void) const {return m_MinZ;} in GetMinZ() function in liblas::detail::IndexCell
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DTerrain.h72 float GetMinZ() const { return 0.0f; } in GetMinZ() function
/dports/devel/liblas/libLAS-1.8.1/csharp/dotnetLibLAS/
H A DLASHeader.cs613 public double GetMinZ() in GetMinZ() method in LibLAS.LASHeader
/dports/devel/liblas12/libLAS-1.2.1/csharp/dotnetLibLAS/
H A DLASHeader.cs630 public double GetMinZ() in GetMinZ() method in LibLAS.LASHeader
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/bounding/
H A Dboundingbox.h92 SNGL GetMinZ() const { return lowerLeft.z(); } in GetMinZ() function
/dports/devel/liblas12/libLAS-1.2.1/src/
H A Dlasheader.cpp527 double LASHeader::GetMinZ() const in GetMinZ() function in liblas::LASHeader
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DDrawable.h281 float GetMinZ() const { return minZ_; } in GetMinZ() function
/dports/devel/liblas/libLAS-1.8.1/src/
H A Dheader.cpp497 double Header::GetMinZ() const in GetMinZ() function in liblas::Header
/dports/games/openspades/openspades-0.1.3/Sources/Core/
H A DMath.h726 float GetMinZ() const { return min.z; } in GetMinZ() function
/dports/devel/liblas/libLAS-1.8.1/include/liblas/
H A Dindex.hpp233 double GetMinZ(void) const {return (m_bounds.min)(2);} in GetMinZ() function in liblas::Index
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/vtkpost/
H A Dvtkpost.cpp3324 double VtkPost::GetMinZ() in GetMinZ() function in VtkPost
/dports/graphics/povray37/povray-3.7.0.10/source/backend/
H A Dframe.h748 SNGL GetMinZ() const { return Lower_Left[Z]; } in GetMinZ() function