代码搜索:Cartesian
找到约 512 项符合「Cartesian」的源代码
代码结果 512
www.eeworm.com/read/308016/13711246
h polar.h
#ifndef N_POLAR_H
#define N_POLAR_H
//------------------------------------------------------------------------------
/**
A polar coordinate inline class, consisting of 2 angles theta (latitude
www.eeworm.com/read/305575/13765482
m latlon2xyz.m
function[x,y,z]=latlon2xyz(lat,lon,R)
%LATLON2XYZ Convert latitude and longitude into Cartesian coordinates.
%
% [X,Y,Z]=LATLON2XYZ(LAT,LON) converts latitude and longitude of
% a position on th
www.eeworm.com/read/157345/11718383
m draxis3.m
function draxis(translation)
% The function:
%
% draxis(translation)
%
% draws Cartesian axis with 3 arrows
% in the current 3-dimensional axis.
% Optional arg allows
www.eeworm.com/read/155109/11898401
m cart.m
function m = cart(v1,v2)
% Cartesian product of two vectors
%
% function m = cart(v1,v2)
%
% v1,v2 vectors
% m matrix (length(v1)*length(v2),2)
%
% In m the last column runs fastest.
www.eeworm.com/read/290607/8472414
m drivepar.m
%DRIVEPAR Compute Cartesian path drive parameters
%
% DP = DRIVEPAR(T0, T1)
%
% Returns a vector of drive parameters required to plan a Cartesian path
% from T0 to T1.
%
% This function has been obso
www.eeworm.com/read/365346/9867401
m xyz2ell3.m
function [lat,lon,h]=xyz2ell3(X,Y,Z,a,b,e2)
% XYZ2ELL3 Converts cartesian coordinates to ellipsoidal.
% Uses direct algorithm in B.R. Bowring, "The accuracy of
% geodetic latitude and height equa
www.eeworm.com/read/356682/10222951
m xyz2ell3.m
function [lat,lon,h]=xyz2ell3(X,Y,Z,a,b,e2)
% XYZ2ELL3 Converts cartesian coordinates to ellipsoidal.
% Uses direct algorithm in B.R. Bowring, "The accuracy of
% geodetic latitude and height equa
www.eeworm.com/read/438906/7724765
m xyz2ell3.m
function [lat,lon,h]=xyz2ell3(X,Y,Z,a,b,e2)
% XYZ2ELL3 Converts cartesian coordinates to ellipsoidal.
% Uses direct algorithm in B.R. Bowring, "The accuracy of
% geodetic latitude and height equa
www.eeworm.com/read/243539/12935259
m drivepar.m
%DRIVEPAR Compute Cartesian path drive parameters
%
% DP = DRIVEPAR(T0, T1)
%
% Returns a vector of drive parameters required to plan a Cartesian path
% from T0 to T1.
%
% This function has been obso
www.eeworm.com/read/139332/5799414
c hellosegment.c
//demo/Qt_widget/Examples/hellosegment.C
#ifndef CGAL_USE_QT
#include
int main(int, char*){
std::cout