代码搜索:Cartesian

找到约 512 项符合「Cartesian」的源代码

代码结果 512
www.eeworm.com/read/365346/9867427

m sph2xyz.m

function [x,y,z]=sph2xyz(az,va,d) % SPH2XYZ Converts spherical coordinates to Cartesian % coordinates in a left-handed (local geodetic) system. % Vetorized. See also XYZ2SPH. % Version: 7 Jul 96
www.eeworm.com/read/356682/10222960

m xyz2sph.m

function [az,va,d]=xyz2sph(x,y,z) % XYZ2SPH Converts Cartesian coordinates in a left-handed % (local geodetic) system to spherical coordinates. % Vectorized. See also SPH2XYZ. % Version: 7 Jul 9
www.eeworm.com/read/356682/10222965

m sph2xyz.m

function [x,y,z]=sph2xyz(az,va,d) % SPH2XYZ Converts spherical coordinates to Cartesian % coordinates in a left-handed (local geodetic) system. % Vetorized. See also XYZ2SPH. % Version: 7 Jul 96
www.eeworm.com/read/459528/7274311

m etom.m

function out=EtoM(lat_deg,lat_min,lat_sec,long_deg,long_min,long_sec,h) % three inner functions do conversions % 1 ellipsoidal to cartesion on WGS84 % 2 similarity transform % 3 cartesian to ell
www.eeworm.com/read/438906/7724774

m xyz2sph.m

function [az,va,d]=xyz2sph(x,y,z) % XYZ2SPH Converts Cartesian coordinates in a left-handed % (local geodetic) system to spherical coordinates. % Vectorized. See also SPH2XYZ. % Version: 7 Jul 9
www.eeworm.com/read/438906/7724779

m sph2xyz.m

function [x,y,z]=sph2xyz(az,va,d) % SPH2XYZ Converts spherical coordinates to Cartesian % coordinates in a left-handed (local geodetic) system. % Vetorized. See also XYZ2SPH. % Version: 7 Jul 96
www.eeworm.com/read/231181/14248812

hpp ecef.hpp

#pragma ident "$Id: ECEF.hpp 155 2006-09-26 18:13:37Z architest $" /** * @file ECEF.hpp * Encapsulate Earth-centered, Earth-fixed Cartesian coordinates */ #ifndef GPSTK_ECEF_HPP #define GPSTK_E
www.eeworm.com/read/139332/5799466

h polygon_intersection.h

#include #include #include #include #include #include #include
www.eeworm.com/read/303435/3811336

main suk1k2filter.su.main

SUK1K2FILTER - symmetric box-like K-domain filter defined by the cartesian product of two sin^2-tapered polygonal filters defined in k1 and k2 suk1k2filter outfile [optio
www.eeworm.com/read/317376/13505357

m cart2orb.m

function oe=cart2orb(rr,vv,mu) %CART2ORB Cartesian coordinates to orbital elements. % OE = ORB2CART(R,V,MU) where R is the position vector (1x3) % and V is the velocity vector (1x3) at a given