代码搜索:Cartesian

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

代码结果 512
www.eeworm.com/read/272364/10960264

qam makefile.qam

# Standard defines: CXX = g++ LIBS = -L/usr/local/lib/mingw -lfftw -lfltk_cartesian `fltk-config --ldflags` -lm -lpthreadGC CXX_FLAGS = -O -Wall `fltk-config --cxxflags` C_FLAGS = -O -Wall
www.eeworm.com/read/443148/7636798

m kepler2cart.m

function [x, y, z, xdot, ydot, zdot] = kepler2cart(varargin) %KEPLER2CART Converts Kepler elements to Cartesian coordinates % % [x, y, z, xdot, ydot, zdot] = KEPLER2CART(a, e, i, o, O,
www.eeworm.com/read/343481/11944644

m xyz2llh.m

function llh = xyz2llh(xyz) %XYZ2LLH Convert from ECEF cartesian coordinates to % latitude, longitude and height. WGS-84 % % llh = XYZ2LLH(xyz) % % INPUTS % xyz(1) = ECEF x-
www.eeworm.com/read/13887/285176

m elec_coregister.m

function [T] = elec_coregister(P,Q) % ELEC_COREGISTER - Determine fiducial points coregistration % % [T] = elec_coregister(P,Q) % % P is [3x3], three points in Cartesian XYZ % Q is [3x3], th
www.eeworm.com/read/13887/285205

m sphere_project.m

function V = sphere_project(v,r,c) % SPHERE_PROJECT - project point X,Y,Z to the surface of sphere radius r % % V = sphere_project(v,r,c) % % Cartesian inputs: % v is the vertex matrix, Nx3
www.eeworm.com/read/139332/5799417

c layer.c

//demo/Qt_widget/Examples/layer.C #ifndef CGAL_USE_QT #include int main(int, char*){ std::cout
www.eeworm.com/read/251835/12317425

m crrplot.m

function [H,RE,IM] = crrplot(w,beta,wr,betar,cr,aff,affr,Q,re,im,options) %CRRPLOT Image of cartesian grid under Schwarz-Christoffel rectified map. % CRRPLOT(W,BETA,WR,BETAR,CR,AFF,AFFR,Q) will a
www.eeworm.com/read/468435/1490937

m homo2cart.m

function Q_cart = homo2cart(Q_homo) % Q_cart = homo2cart(Q_homo) % % DESC: % converts from cartesian coordinates to homegeneous ones % % VERSION: % 1.0.0 % % INPUT: % Q_homo = homogeneous coordinat
www.eeworm.com/read/468435/1490940

m error_plane.m

function [E T_noise] = error_plane(Theta, X, sigma, P_inlier) % [E T_noise] = error_plane(Theta, X, sigma, P_inlier) % % DESC: % estimate the squared fitting error for a plane expresed in cartesian f
www.eeworm.com/read/468435/1490945

m error_line.m

function [E T_noise] = error_line(Theta, X, sigma, P_inlier) % [E T_noise] = error_line(Theta, X, sigma, P_inlier) % % DESC: % estimate the squared fitting error for a line expresed in cartesian form