Lines Matching full:clipped
153 * \brief Get clipped portion of the second endpoint
169 * \brief Get clipped portion of the endpoint
171 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
274 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2)
285 const TriangleVertex& outside = clipped;
309 const TriangleVertex& outside = clipped;
343 clippedEdges.push_back(clipped);
367 // this edge cannot be clipped because the edge is really close to the volume boundary
391 // this edge cannot be clipped because the edge is really close to the volume boundary
719 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization phase
744 // Not clipped at all?
758 // only floats are clipped, other types are flatshaded