代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/358031/10197209
js aimsbuffer.js
// aimsBuffer.js
/*
* JavaScript template file for ArcIMS HTML Viewer
* dependent on aimsXML.js, ArcIMSparam.js, aimsCommon.js, aimsMap.js, aimsIdentify.js,
* aimsSelect.js, aimsQuery.js, and
www.eeworm.com/read/349627/10812653
c gui_fillpolygon.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/271424/10997378
h geometry.h
#ifndef GEOMETRY_H
#define GEOMETRY_H
//------------------------------------------------------------------------
//
//Name: geometry.h
//
//Desc: useful 2D geometry functions
//
//Author:
www.eeworm.com/read/221940/6955893
cs multiset.cs
namespace Opus6
{
using System;
using System.Collections;
[Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng."), Version("$Id: Multiset.cs,v 1.3 2001/09/11 12:04:04 brpreiss Ex
www.eeworm.com/read/221940/6956029
cs set.cs
namespace Opus6
{
using System;
using System.Collections;
[Version("$Id: Set.cs,v 1.4 2001/10/28 19:50:09 brpreiss Exp $"), Copyright("Copyright (c) 2001 by Bruno R. Preiss, P.Eng.")
www.eeworm.com/read/469138/6978144
txt 三角形.txt
#include
struct point{double x,y;};
struct line{point a,b;};
double distance(point p1,point p2){
return sqrt((p1.x-p2.x)*(p1.x-p2.x)+(p1.y-p2.y)*(p1.y-p2.y));
}
point intersection(
www.eeworm.com/read/461182/7232387
h ray.h
#ifndef _RAY_COMMON_
#define _RAY_COMMON_
#include "common.h"
#include "affine.h"
//Maximum number of hits for a single ray
#define maxNumHits 20
// Need to declare class for Ray & hitInfo classes
www.eeworm.com/read/460783/7240711
txt 三角形.txt
#include
struct point{double x,y;};
struct line{point a,b;};
double distance(point p1,point p2){
return sqrt((p1.x-p2.x)*(p1.x-p2.x)+(p1.y-p2.y)*(p1.y-p2.y));
}
point intersection(
www.eeworm.com/read/459105/7282596
c qhalf.c
/* ---------------------------------
qhalf.c
compute the intersection of halfspaces about a point