필터 지우기
필터 지우기

How to do triangulation after insert a new point

조회 수: 2 (최근 30일)
LIN Hongbin
LIN Hongbin 2016년 1월 18일
댓글: Mike Garrity 2016년 1월 25일
As is shown in the image,a new point D(0.5,0.5,0) is interpolated on edge OB.As result,the 2 original triangles are divided into 4 triangles.I have two matrix about the original triangls:p[0 0 0;0 0 1;0 1 0;1 0 0]which represents the coordinates of all the vertexes,t[1 2 3;1 3 4]represents the indexes of the vertexes composing each triangle.How to create a new t matrix ?
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 1월 18일
No image was attached.
Which triangulation routine are you using?

댓글을 달려면 로그인하십시오.

채택된 답변

Mike Garrity
Mike Garrity 2016년 1월 18일
Perhaps this post on Loren's blog will help.
  댓글 수: 2
LIN Hongbin
LIN Hongbin 2016년 1월 23일
Thank you, Mike.I searched some papers about Delaunay Triangulation.This method works well when I do 2D geometric items.But when I deal with 3D point clouds,this method will create tetrahedrons,I only want to create triangular patches on the surface of a 3D model. Do you have any advice?Thank you.
Mike Garrity
Mike Garrity 2016년 1월 25일
I think you would have to project onto the surface of your model, or onto something that can stand in for the surface. That's easy if your surface is single valued on the projection onto some plane, but hard for more general surfaces.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Delaunay Triangulation에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by