Lines Matching defs:clipped
155 * \brief Get clipped portion of the second endpoint
173 * \brief Get clipped portion of the endpoint
175 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
278 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2)
289 const TriangleVertex& outside = clipped;
313 const TriangleVertex& outside = clipped;
347 clippedEdges.push_back(clipped);
371 // this edge cannot be clipped because the edge is really close to the volume boundary
395 // this edge cannot be clipped because the edge is really close to the volume boundary
723 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization phase
748 // Not clipped at all?
762 // only floats are clipped, other types are flatshaded