代码搜索:Geometry
找到约 4,837 项符合「Geometry」的源代码
代码结果 4,837
www.eeworm.com/read/410206/11298492
m quadtree.m
function [p,t,h] = quadtree(edgexy,hdata,dhmax,wbar)
% QUADTREE: 2D quadtree decomposition.
%
% A quadtree decomposition of the linear geometry input is performed. The
% bounding box is recurs
www.eeworm.com/read/410206/11298563
m quadtree.m
function [p,t,h] = quadtree(edgexy,hdata,dhmax,wbar)
% QUADTREE: 2D quadtree decomposition.
%
% A quadtree decomposition of the linear geometry input is performed. The
% bounding box is recurs
www.eeworm.com/read/150701/12270760
c comb.c
/*
This code is associated with "Computational Geometry in C" (Second Edition),
Chapter 1. It generates a comb polygon suitable for input to
tri.c
Input: n
Output: n vertex coordinates for a comb po