------------------------------------------------------------------------------
| 2303 | |
| 2304 | //------------------------------------------------------------------------------ |
| 2305 | bool vtkSVGContextDevice2D::LengthLessThanTolerance(const vtkVector2f& p1, const vtkVector2f& p2) |
| 2306 | { |
| 2307 | return (p2 - p1).SquaredNorm() < this->SubdivisionThreshold; |
| 2308 | } |
| 2309 | |
| 2310 | //------------------------------------------------------------------------------ |
| 2311 | bool vtkSVGContextDevice2D::ColorsAreClose( |
no outgoing calls
no test coverage detected