Consider the following 3D surface, which happens to lie in the plane. The front of the surface points towards you as you view of the object (i.e., towards the axis).
Represent the surface as a set of separate triangles.
Represent the surface as an indexed triangle set.
Represent the surface as a triangle fan.
Write the indices for a triangle strip representing a tetrahedron with vertices a, b, c, d.