代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/458493/7295656
m legs.m
function f = legs(theta)
% legs Evaluate f(theta) for picnic leg geometry. Used with root-finders.
%
% Synopsis: f = legs(theta)
%
% Input: theta = angle of table leg in radians
%
www.eeworm.com/read/458488/7296081
m legs.m
function f = legs(theta)
% legs Evaluate f(theta) for picnic leg geometry. Used with root-finders.
%
% Synopsis: f = legs(theta)
%
% Input: theta = angle of table leg in radians
%
www.eeworm.com/read/456155/7356501
h defines.h
#ifndef _define//Define the dimension of ground
#define _define
#include "globe.h"
#include "geometry.h"
typedef int array[4];
typedef struct _FORCASTBALL
{
Formulation Formu;
double angle;
www.eeworm.com/read/333524/12677600
h geom.h
/* geom.h -- header file for geometric routines
see README and geom.c
copyright (c) 1993-1995 The Geometry Center
*/
#ifndef qhDEFgeom
#define qhDEFgeom 1
/* ============ -macros-
www.eeworm.com/read/144399/12797332
m legs.m
function f = legs(theta)
% legs Evaluate f(theta) for picnic leg geometry. Used with root-finders.
%
% Synopsis: f = legs(theta)
%
% Input: theta = angle of table leg in radians
%
www.eeworm.com/read/244143/12883639
h defines3.h
#ifndef _define//Define the dimension of ground
#define _define
#include "globe.h"
#include "geometry.h"
typedef int array[4];
typedef struct _FORCASTBALL
{
Formulation Formu;
double angle;
www.eeworm.com/read/240380/13221286
cs evacuationobjects.cs
using System;
using System.Collections;
using ESRI.ArcGIS.Geometry;
using ESRI.ArcGIS.esriSystem;
//Ismael Chivite
//ESRI Redlands
//March 2005
namespace EvacuationRoutes
{
public interface