language-icon Old Web
English
Sign In

Clip coordinates

The clip coordinate system is a homogeneous coordinate system in the graphics pipeline that is used for clipping. In OpenGL, clip coordinates are positioned in the pipeline just after view coordinates and just before normalized device coordinates (NDC). The clip coordinate system is a homogeneous coordinate system in the graphics pipeline that is used for clipping. In OpenGL, clip coordinates are positioned in the pipeline just after view coordinates and just before normalized device coordinates (NDC). 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. In the context of OpenGL or Vulkan, the result of executing vertex processing shaders is considered to be in clip coordinates. All coordinates may then be divided by the w {displaystyle w} component (the fourth component in homogeneous coordinates ( x c , y c , z c , w c ) {displaystyle (x_{c},y_{c},z_{c},w_{c})} , see below) in what is called the perspective division. This transformation puts the objects into normalized device coordinates.

[ "Coordinate system", "Log-polar coordinates", "Point (geometry)", "Image (mathematics)", "Position (vector)", "Biangular coordinates" ]
Parent Topic
Child Topic
    No Parent Topic