Clip coordinates
The clip coordinate system is a homogeneous coordinate system in the graphics pipeline that is used for clipping. Objects' coordinates are transformed via a projection transformation into clip coordinates, at which point it may be efficiently determined on an object-by-object basis which portions of the objects will be visible to the user.