Home
last modified time | relevance | path

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

/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimEllipsoid.cpp481 double N_plus_h = primeVert + hgt; in jacobianWrtEcef() local
485 jMat(2,1) = -sinLam / (cosPhi * N_plus_h); in jacobianWrtEcef()
488 jMat(2,2) = cosLam / (cosPhi * N_plus_h); in jacobianWrtEcef()
521 double N_plus_h = primeVert + hgt; in jacobianWrtGeo() local
527 jMat(1,2) = -N_plus_h * cosPhi * sinLam; in jacobianWrtGeo()
528 jMat(2,2) = N_plus_h * cosPhi * cosLam; in jacobianWrtGeo()