代码搜索:intersection
找到约 1,060 项符合「intersection」的源代码
代码结果 1,060
www.eeworm.com/read/138798/13211597
m rectintc.m
function [overlap, normoverlap] = rectintC(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverlap(i,j) = overlap(i,j) / min(area(i), area(j))
%
% S
www.eeworm.com/read/139332/5799345
xpm nef.xpm
/* XPM */
static const char *intersection_xpm[] = {
/* width height num_colors chars_per_pixel */
" 34 34 14 1",
/* colors */
". c #000000",
"# c #00004c",
"a c #0000a5",
"b c #
www.eeworm.com/read/261198/11659584
m rectintc.m
function [overlap, normoverlap] = rectintC(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverlap(i,j) = overlap(i,j) / min(area(i), area(j))
%
% S
www.eeworm.com/read/221024/14778222
edu^groups^church^bibliography^ http:^^www.cs.bu.edu^groups^church^bibliography^
Date: Tue, 14 Jan 1997 21:57:18 GMT
Server: NCSA/1.5
Content-type: text/html
The Church Project: A Functional Language Using Intersection Types
www.eeworm.com/read/4033/24098
h collision.h
#ifndef COLLISION_H
#define COLLISION_H
#include "utils.h"
#include
//Given 2 lines in 2D space AB, CD this returns true if an
//intersection occurs and sets dist to the distance th
www.eeworm.com/read/13871/284371
m rectintc.m
function [overlap, normoverlap] = rectintC(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverlap(i,j) = overlap(i,j) / min(area(i), area(j))
%
% S
www.eeworm.com/read/38039/1095397
mnu dbgtpath.mnu
DBG#TPATH
#
Cavity
Display geoms to be machined.
#
Params
List params used for toolpath generation.
#
Int#Slice
Display the intersection slice.
#
Offset#Slice
Display the offset slice.
#
Slice#Loop
S
www.eeworm.com/read/304962/3782056
xpm nef.xpm
/* XPM */
static const char *intersection_xpm[] = {
/* width height num_colors chars_per_pixel */
" 34 34 14 1",
/* colors */
". c #000000",
"# c #00004c",
"a c #0000a5",
"b c #
www.eeworm.com/read/147186/12578857
m rectintc.m
function [overlap, normoverlap] = rectintC(A,B)
%
% A(i,:) = [x y w h]
% B(j,:) = [x y w h]
% overlap(i,j) = area of intersection
% normoverlap(i,j) = overlap(i,j) / min(area(i), area(j))
%
% S