Skip to main content
2 of 4
add computational-geometry tag
halmir
  • 16.2k
  • 38
  • 59

How to draw a 3D convex hull of a list of point?and axis numbers

I´m trying to obtain the convex hull (with transparent faces) of a small numer os points

  • marking the points as spheres

  • with the numbers 1,2,3,... in the axis (that´s I can´t see in any Graphics3D answers)

    p = {{2, 1, 6}, {4, 3, 0}, {5, 2, 5}, {3, 5, 4}} ListPointPlot3D[p, PlotStyle -> {Red, "Sphere", Large}, PlotRange -> {{0, 6}, {0, 6}, {0, 6}}, AxesLabel -> Automatic]

Could you help me

Mika Ike
  • 3.3k
  • 1
  • 24
  • 44