Re: Get Interior Points
- From: "matt dash" <n.a@xxxxxxxx>
- Date: Mon, 30 Jun 2008 16:54:02 +0000 (UTC)
"Jeff " <jeffbruce@xxxxxxxxx> wrote in message
<g4b259$f18$1@xxxxxxxxxxxxxxxxxx>...
Given a set of points in 3D (which resembles a flat surface
in 3D), how do I find the set of interior points contained
in this surface?
I've tried convhulln to no avail (some surfaces are defined
by only 3 vertices, which convhulln does not permit).
Use a change of coordinates to transform it to a plane in
R^2 and then use inpolygon.
.
- References:
- Get Interior Points
- From: Jeff
- Get Interior Points
- Prev by Date: Re: Optimization of Likelihood Function with associated time-series data
- Next by Date: Re: goto, again
- Previous by thread: Get Interior Points
- Index(es):