How to generate random points within 3d pyramid

3 Ansichten (letzte 30 Tage)
Musa Mustapha
Musa Mustapha am 12 Jun. 2019
giving the parameters as
E0= (0,0,1); E1= (1,1,0); E2=(-1,1,0); E3=(-1,-1,0); E4=(1,-1,0)
Screenshot 2019-06-12 at 8.56.35 PM.png
  4 Kommentare
Jan
Jan am 13 Jun. 2019
Bearbeitet: Jan am 13 Jun. 2019
@Musa: I've used the buttons on top of the edit field to format your comment. This improves the readability.
Does you comment mean, that you need uniformly distributed points? How many?
Is a rejection method sufficient for your case? This means: Determine random point in the cuboid surrounding the pyramid and reject all points outside the pyramid.
Jan
Jan am 14 Jun. 2019
The third time I'm asking this: Would a rejection method satisfy your needs?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Jan
Jan am 12 Jun. 2019
Bearbeitet: Jan am 12 Jun. 2019
  1 Kommentar
Jeremiah Abimbola
Jeremiah Abimbola am 20 Jun. 2019
I also have this challenge, going through the post from the link you shared was not explanatory me, moreso, that was 2D, mine is in a 3D space.
I refer to your question asked on Musa's original question
Is a rejection method sufficient for your case? This means: Determine random point in the cuboid surrounding the pyramid and reject all points outside the pyramid.
For me, Yes: uniformly distributed random points; and Yes determine random point in the cuboid surrounding the pyramid and reject all points outside the pyramid, like in this pictureScreenshot 2019-06-20 at 11.41.53 AM.png

Melden Sie sich an, um zu kommentieren.

Community Treasure Hunt

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

Start Hunting!

Translated by