Home
last modified time | relevance | path

Searched refs:intermediateTo (Results 1 – 8 of 8) sorted by relevance

/dports/science/py-pygeodesy/PyGeodesy-21.9.16/test/
H A DtestNavlabExamples.py87 p = a.intermediateTo(b, 0.6)
94 p = a.intermediateTo(b, 0.25)
H A DtestLatLon.py163 i = p.intermediateTo(q, 0.25)
174 i = p.intermediateTo(q, 5)
181 i = p.intermediateTo(q, -4)
189 i = LatLon(52, 0, 100).intermediateTo(LatLon(48, 2, 200), 0.25)
/dports/science/py-pygeodesy/PyGeodesy-21.9.16/pygeodesy/
H A DellipsoidalNvector.py374 def intermediateTo(self, other, fraction, height=None): member in LatLon
H A Dvector2d.py161 c = p2.intermediateTo(p3, _fraction(r2, a)) if r2 > r3 else \
162 p3.intermediateTo(p2, _fraction(r3, a))
H A Dvector3dBase.py411 def intermediateTo(self, other, fraction): member in Vector3dBase
H A DsphericalNvector.py395 def intermediateTo(self, other, fraction, height=None): member in LatLon
H A DellipsoidalBaseDI.py216 def intermediateTo(self, other, fraction, height=None, wrap=False): member in LatLonEllipsoidalBaseDI
H A DsphericalTrigonometry.py360 def intermediateTo(self, other, fraction, height=None, wrap=False): member in LatLon