代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/155549/5621516
c gui_fillpolygon.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/473179/6857507
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/473191/6857906
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/370787/9585791
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/270032/11050242
readme
C++ code from the article
"Intersecting Parametric Cubic Curves by Midpoint Subdivision"
by R. Victor Klassen, klassen.wbst128@xerox.com
in "Graphics Gems IV", Academic Press, 1994
files:
Bezier.
www.eeworm.com/read/270032/11051214
cpp sweep.cpp
/*************************************************
* SWEEP.CPP
* Andreas Leipelt, "Ray Tracing a Swept Sphere"
* from "Graphics Gems", Academic Press
*
* This file contains the code to handle
www.eeworm.com/read/249424/12506521
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/335381/12531440
htm set_9182.htm
set_intersection
Click on the banner to return to the Class Reference home page.
©Copy
www.eeworm.com/read/112652/15479687
cpp demo8_5.cpp
// DEMO8_5.CPP 8-bit polygon scaling demo
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN_AND_MEAN // just say no to MFC
#define INITGUID
#include
www.eeworm.com/read/408235/11401061
exports srfi-1.exports
alist-cons
alist-copy
alist-delete
alist-delete!
any
append!
append-map
append-map!
append-reverse
append-reverse!
assoc
break
break!
car+cdr
circular-list
circular-list?
concatenate
concatenate!
cons