码迷,mamicode.com
首页 >  
搜索关键字:polygon    ( 338个结果
SVG基本图形元素
svg中预定义了7中形状元素,分别是矩形(rect)、圆形(circle)、椭圆(ellipse)、线段(line)、折线(polyline)、多边形(polygon)、路径(path)。 1.矩形 图形如下所示 2.圆角矩形 图形如下所示 3.圆形 图形如下: 4.椭圆 图形如下所示: 5.线段 ...
分类:其他好文   时间:2017-06-04 13:52:16    阅读次数:311
ArcGIS 空间查询一例
ISpatialFilter spatialFilter = new SpatialFilterClass(); spatialFilter.Geometry = Polygon ;//设置用于筛选几何对象 patialFilter.GeometryField = featureLayer.Feat ...
分类:其他好文   时间:2017-06-02 14:01:55    阅读次数:125
破解2559
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have ...
分类:其他好文   时间:2017-05-20 21:53:32    阅读次数:152
Cesium CZML 几何形状
CZML可以用来描述点、线、布告板、模型以及其他的图元。 billboard point label polyline path polygon ellipsoid ellipse ...
分类:其他好文   时间:2017-05-18 16:47:36    阅读次数:239
寻找直方图中面积最大的矩形
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base line. The rectangles have equal widths but may have ...
分类:其他好文   时间:2017-05-14 19:43:31    阅读次数:179
POJ 3335 Rotating Scoreboard(半平面交 多边形是否有核 模板)
题目链接:http://poj.org/problem?id=3335 Description This year, ACM/ICPC World finals will be held in a hall in form of a simple polygon. The coaches and s ...
分类:其他好文   时间:2017-05-13 14:27:01    阅读次数:261
怎样将Arranged_2压入General_Polygon_set_2中
Thursday, March 14, 2013 How to Jam an Arrangement_2 into a General_polygon_set_2 I spent about three hours yesterday tracking down a weird bug in CGA ...
分类:其他好文   时间:2017-05-05 10:51:59    阅读次数:246
OpenGL基础(一)1.3点画多边形
一、步骤和语句 建立点画数组:表示32*32位图 像素颜色 1黑0白 GLubyte stippleArray[] = {};//?? 启用点画模式 glEnable(GL_POLYGON_STIPPLE); 调用点画函数 glPolygonStipple( stippleArray ); 画多边形 ...
分类:其他好文   时间:2017-04-30 14:02:32    阅读次数:164
第十九课 pluginlib&Nodelet
把rgb摄像头的数据转换为laser的时候使用了Nodelet. pluginlib(插件库) 在ros中有一个plugin的包,下面是一个ROS Plugin Registration的例子 上面包含一个polygon_interface多边形接口,它包含了两个插件,第一个插件是rectangle ...
分类:其他好文   时间:2017-04-28 11:17:06    阅读次数:322
ZOJ - 3537 Cake (凸包+区间DP+最优三角剖分)
Description You want to hold a party. Here's a polygon-shaped cake on the table. You'd like to cut the cake into several triangle-shaped parts for the ...
分类:其他好文   时间:2017-04-24 23:17:43    阅读次数:254
338条   上一页 1 ... 11 12 13 14 15 ... 34 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!