Home
last modified time | relevance | path

Searched refs:GetMaxDistance (Results 51 – 64 of 64) sorted by relevance

123

/dports/graphics/R-cran-s2/s2/src/
H A Ds2-cell.cpp735 return S2Cell(cellId1).GetMaxDistance(S2Cell(cellId2)).radians(); in cpp_s2_cell_max_distance()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/test/common/
H A Dtest_common.cpp471 TEST (PCL, GetMaxDistance) in TEST() argument
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dclusterer.cpp709 if (m_Clusters[cluster_id].GetMaxDistance() < it->weight) { in ComputeClustersFromLinks()
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Ddsound.h926 STDMETHOD(GetMaxDistance) (THIS_ D3DVALUE* pflMaxDistance) PURE; in DECLARE_INTERFACE_() local
953 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
972 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h1188 STDMETHOD(GetMaxDistance)(THIS_ LPD3DVALUE lpflMaxDistance) PURE; in DECLARE_INTERFACE_() local
1215 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
1239 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Ddsound.h926 STDMETHOD(GetMaxDistance) (THIS_ D3DVALUE* pflMaxDistance) PURE; in DECLARE_INTERFACE_() local
953 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
972 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/games/NBlood/NBlood-a1689a4/platform/Windows/include/dx/
H A Ddsound.h930 STDMETHOD(GetMaxDistance) (THIS_ D3DVALUE* pflMaxDistance) PURE; in DECLARE_INTERFACE_() local
957 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
976 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsound.h1188 STDMETHOD(GetMaxDistance)(THIS_ LPD3DVALUE lpflMaxDistance) PURE; in DECLARE_INTERFACE_() local
1215 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
1239 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Ddsound.h926 STDMETHOD(GetMaxDistance) (THIS_ D3DVALUE* pflMaxDistance) PURE; in DECLARE_INTERFACE_() local
953 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
972 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/audio/stk/stk-4.6.2/src/include/
H A Ddsound.h926 STDMETHOD(GetMaxDistance) (THIS_ D3DVALUE* pflMaxDistance) PURE; in DECLARE_INTERFACE_() local
953 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->lpVtbl->GetMaxDistance(p,a)
972 #define IDirectSound3DBuffer_GetMaxDistance(p,a) (p)->GetMaxDistance(a)
/dports/devel/upp/upp/uppsrc/Geom/
H A Dgeometry.h434 double GetMaxDistance(Pointf point, Pointf *farthest = NULL) const;
H A Dvecalg.cpp1386 double VecArcInfo::GetMaxDistance(Pointf point, Pointf *farthest) const in GetMaxDistance() function in Upp::VecArcInfo
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/radiant/
H A DEditorBrush.cpp3787 max = shader->GetMaxDistance(); in DrawSpeaker()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Media/Audio/DirectMusic/
H A Dmod.rs5082 pub unsafe fn GetMaxDistance(&self) -> ::windows::runtime::Result<f32> { in GetMaxDistance() method

123