原文:Triangle - Delaunay Triangulator

Triangle Delaunay Triangulator eryar .com Abstract. Triangle is a D quality mesh generator and Delaunay triangulator. Triangle was created as part of the Quake project in the school of Computer Scienc ...

2014-03-29 16:52 9 5618 推荐指数:

查看详情

[LeetCode] Triangle

Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given ...

Fri Nov 16 05:03:00 CST 2012 0 2870
Triangle leetcode java

题目: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example ...

Sun Aug 03 10:34:00 CST 2014 1 4071
DirectX Triangle Strips

今天北京下了一天的雨,而且是暴雨,不知道又有多少地方可以划船了,这么大的雨也打乱了我的搬家计划,不能搬家,那就写一篇小文吧,也是刚才没事浏览DX SDK文档时偶有所悟,非常简单,博大家一笑而。 Triangle Strips是D3D用来绘制三角形的一种方式,这种方式比Triangle list ...

Sun Jul 22 05:32:00 CST 2012 7 4081
[leetcode]Triangle @ Python

原题地址:https://oj.leetcode.com/problems/triangle/ 题意: Given a triangle, find the minimum path sum from top to bottom. Each step you may move ...

Wed Jun 04 03:36:00 CST 2014 0 2512
[LeetCode] Pascal's Triangle II

Given an index k, return the kth row of the Pascal's triangle. For example, given k = 3,Return [1,3,3,1]. Note:Could you optimize your algorithm ...

Tue Nov 13 19:44:00 CST 2012 0 3108
Boolean operations between triangle meshes

Boolean operations between triangle meshes eryar@163.com Abstract. Boolean operations is one of basic and well known on 3D models. The operations ...

Fri May 18 07:07:00 CST 2018 0 1016
三角剖分算法(delaunay)

开篇 在做一个Low Poly的课题,而这种低多边形的成像效果在现在设计中越来越被喜欢,其中的低多边形都是由三角形组成的。 而如何自动生成这些看起来很特殊的三角形,就是本章要讨论的内容。 ...

Thu Apr 16 17:06:00 CST 2015 22 48976
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM