代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/304668/13789738
m estimate_distance.m
function [d, v] = estimate_distance (x, P),
%-------------------------------------------------------
% To be completed by the SLAM Summer School students
%------------------------------------------
www.eeworm.com/read/303513/13813779
m sph2cart.m
function B=sph2cart(A)
%SPH2CART Transform spherical to Cartesian coordinates.
% W = SPH2CART(V) transforms the vector function V
% in spherical coordinates to Cartesian coordinates,
% wher
www.eeworm.com/read/303513/13813786
m cart2sph.m
function B=cart2sph(A)
%CART2SPH Transform Cartesian to spherical coordinates.
% W = CART2SPH(V) transforms the vector function V
% in Cartesian coordinates to spherical coordinates,
% wher
www.eeworm.com/read/303513/13813793
m cyl2cart.m
function B=cyl2cart(A)
%CYL2CART Transform cylindrical to Cartesian coordinates.
% W = CYL2CART(V) transforms the vector function V
% in cylindrical coordinates to Cartesian coordinates,
%
www.eeworm.com/read/303513/13813802
m cart2cyl.m
function B=cart2cyl(A)
%CART2CYL Transform Cartesian to cylindrical coordinates.
% W = CART2CYL(V) transforms the vector function V
% in Cartesian coordinates to cylindrical coordinates,
%
www.eeworm.com/read/302347/13837324
txt readme.txt
/*readme.txt*/
/***********************************************************************
Finite Volume Poisson PDE Solver: C-Library & Matlab Toolbox
Implements numerical solution of Poisson
www.eeworm.com/read/139332/5799787
h pointh2.h
// Copyright (c) 1999 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/139332/5799932
h intersection_objectscd.h
// Copyright (c) 2002 Utrecht University (The Netherlands),
// ETH Zurich (Switzerland), Freie Universitaet Berlin (Germany),
// INRIA Sophia-Antipolis (France), Martin-Luther-University Halle-Witten
www.eeworm.com/read/479074/6698976
m xyz2neu.m
function neu = xyz2neu(xyz,plh)
%XYZ2NEU dX, dY, dZ (Cartesian) to dN, dE, dU (North, East, Up).
% Converts delta quantities dX, dY and dZ (Cartesian) into
% dN, dE, dU (North, East,
www.eeworm.com/read/266535/11220446
c globe.c
// Problem Global Roaming
// Algorithm 3D-Geometry
// Runtime O(n)
// Author Marc Meister
// Date 02.07.2001
#include
#include
#include
using namespace std;
t