Note: Some questions have been rendered with a wiggly render which I invented to better show the mesh. That's also my answer to Q6
Number of vertices = 4, Number of triangles = 4
Number of vertices = 8, Number of triangles = 12
color1=[0, 1, 0], color2=[1, 0, 0]. Just choosing any colour to demonstrate that the implementation is my own.
Current camera is in the original coordinate system to camera coordinate system. We just multiply another R|T to change camera coordinate system to another camera coordinate system wrt the original camera coordinate system.
Mesh is better for rendering planer surfaces because large non curvy surfaces can be rendered by only a few triangles. In terms of rendering complexity, a large triangle requires three projections onto the camera but a lot of points and thus projections are required to render a large triangle without holes.
Quality is better in mesh because we get closed surfaces. If points are far apart in pointcloud, then the rendering looks bad
If Object is not really complex, then pointcloud has to have more points for render quality to be more so memory is higher in pointcloud.
As you might know a few of those renders are not exactly going around the object. They also show the bottom and top of the object in an alternating fashion. That's my answer. Refer to some of the previous answers and check out the cool renders
10, 100, 1000, and 10000 points