Home
last modified time | relevance | path

Searched defs:getCenter (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pink/
H A Dcel_decoder.cpp71 Common::Point CelDecoder::getCenter() { in getCenter() function in Pink::CelDecoder
146 Common::Point CelDecoder::CelVideoTrack::getCenter() { in getCenter() function in Pink::CelDecoder::CelVideoTrack
/dports/games/scummvm/scummvm-2.5.1/engines/pink/
H A Dcel_decoder.cpp71 Common::Point CelDecoder::getCenter() const { in getCenter() function in Pink::CelDecoder
146 Common::Point CelDecoder::CelVideoTrack::getCenter() const { in getCenter() function in Pink::CelDecoder::CelVideoTrack
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/ml/clustering/
H A DCentroidCluster.java49 public Clusterable getCenter() { in getCenter() method in CentroidCluster
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A DTXPSeamLOD.h63 osg::Vec3 getCenter() { return _center; } in getCenter() function
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/finders/
H A DBvh.h116 INLINE Vector getCenter() const { in getCenter() function
156 INLINE Vector getCenter() const { in getCenter() function
186 INLINE Vector getCenter() const { in getCenter() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/pegasus/
H A Dhotspot.cpp132 void Region::getCenter(CoordType &h, CoordType &v) const { in getCenter() function in Pegasus::Region
137 void Region::getCenter(Common::Point &point) const { in getCenter() function in Pegasus::Region
161 void Hotspot::getCenter(Common::Point &pt) const { in getCenter() function in Pegasus::Hotspot
165 void Hotspot::getCenter(CoordType &h, CoordType &v) const { in getCenter() function in Pegasus::Hotspot
/dports/games/scummvm/scummvm-2.5.1/engines/pegasus/
H A Dhotspot.cpp132 void Region::getCenter(CoordType &h, CoordType &v) const { in getCenter() function in Pegasus::Region
137 void Region::getCenter(Common::Point &point) const { in getCenter() function in Pegasus::Region
161 void Hotspot::getCenter(Common::Point &pt) const { in getCenter() function in Pegasus::Hotspot
165 void Hotspot::getCenter(CoordType &h, CoordType &v) const { in getCenter() function in Pegasus::Hotspot
/dports/graphics/wdune/wdune-1.926/src/
H A DArrayDialog.h43 SFVec3f getCenter() {return m_center;} in getCenter() function
/dports/math/apache-commons-math/commons-math3-3.6.1-src/src/main/java/org/apache/commons/math3/stat/clustering/
H A DCluster.java72 public T getCenter() { in getCenter() method in Cluster
/dports/science/opensph/sph-7de6c044339f649e3d19e61f735a6a24572b792a/core/objects/geometry/
H A DDomain.cpp14 Vector SphericalDomain::getCenter() const { in getCenter() function in SphericalDomain
122 Vector EllipsoidalDomain::getCenter() const { in getCenter() function in EllipsoidalDomain
214 Vector BlockDomain::getCenter() const { in getCenter() function in BlockDomain
348 Vector CylindricalDomain::getCenter() const { in getCenter() function in CylindricalDomain
470 Vector ToroidalDomain::getCenter() const { in getCenter() function in ToroidalDomain
545 Vector HexagonalDomain::getCenter() const { in getCenter() function in HexagonalDomain
670 Vector GaussianRandomSphere::getCenter() const { in getCenter() function in GaussianRandomSphere
737 Vector HalfSpaceDomain::getCenter() const { in getCenter() function in HalfSpaceDomain
832 Vector TransformedDomain::getCenter() const { in getCenter() function in TransformedDomain
/dports/math/fcl/fcl-0.7.0/include/fcl/geometry/bvh/
H A DBV_node-inl.h63 Vector3<typename BVNode<BV>::S> BVNode<BV>::getCenter() const in getCenter() function
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/projection/
H A DossimLensDistortion.h28 const ossimDpt& getCenter()const{return theCenter;} in getCenter() function
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core/src/main/java/de/lmu/ifi/dbs/elki/utilities/datastructures/histogram/
H A DHistogram.java87 double getCenter(); in getCenter() method
/dports/misc/visp/visp-3.4.0/modules/core/include/visp3/core/
H A DvpRect.h137 inline void getCenter(double &x, double &y) const in getCenter() function
153 inline vpImagePoint getCenter() const in getCenter() function
H A DvpPolygon.h169 inline vpImagePoint getCenter() const { return this->_center; } in getCenter() function
/dports/graphics/geos/geos-3.9.1/src/algorithm/construct/
H A DMaximumInscribedCircle.cpp67 MaximumInscribedCircle::getCenter(const Geometry* polygonal, double tolerance) in getCenter() function in geos::algorithm::construct::MaximumInscribedCircle
83 MaximumInscribedCircle::getCenter() in getCenter() function in geos::algorithm::construct::MaximumInscribedCircle
H A DLargestEmptyCircle.cpp85 LargestEmptyCircle::getCenter(const Geometry* p_obstacles, double p_tolerance) in getCenter() function in geos::algorithm::construct::LargestEmptyCircle
101 LargestEmptyCircle::getCenter() in getCenter() function in geos::algorithm::construct::LargestEmptyCircle
/dports/games/chapping/chapping-0.43-source/library/
H A Dcircularactor.h16 Vector getCenter()const{return center;} in getCenter() function
/dports/science/healpix/Healpix_3.50/src/java/src/healpix/essentials/
H A DCircleFinder.java69 public Vec3 getCenter() { return new Vec3(center); } in getCenter() method in CircleFinder
/dports/math/openturns/openturns-1.18/lib/src/Base/Experiments/
H A DStratifiedExperiment.cxx68 Point StratifiedExperiment::getCenter() const in getCenter() function in StratifiedExperiment
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/model/
H A DSGScaleTransform.hxx40 const SGVec3d& getCenter() const in getCenter() function in SGScaleTransform
/dports/math/openturns/openturns-1.18/lib/src/Base/MetaModel/
H A DLinearTaylor.cxx86 Point LinearTaylor::getCenter() const in getCenter() function in LinearTaylor
H A DQuadraticTaylor.cxx84 Point QuadraticTaylor::getCenter() const in getCenter() function in QuadraticTaylor
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/DetourCrowd/include/
H A DDetourLocalBoundary.h56 inline const float* getCenter() const { return m_center; } in getCenter() function
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/utils/mcmc/
H A DPosteriorSummary.java33 public double getCenter() { return center; } in getCenter() method in PosteriorSummary

12345678910>>...15