Home | History | Annotate | Download | only in referencerenderer

Lines Matching full:corner

296 			CORNER_EDGE_CASE_NONE,							// if the line intersects just a corner, no entering or exiting
297 CORNER_EDGE_CASE_HIT, // if the line intersects just a corner, entering and exit
298 CORNER_EDGE_CASE_HIT_FIRST_QUARTER, // if the line intersects just a corner and the line has either endpoint in (+X,-Y) direction (preturbing moves the line inside)
299 CORNER_EDGE_CASE_HIT_SECOND_QUARTER // if the line intersects just a corner and the line has either endpoint in (+X,+Y) direction (preturbing moves the line inside)
317 bool pointInclusive; // would a point in this corner intersect with the region
318 CORNER_EDGE_CASE_BEHAVIOR lineBehavior; // would a line segment going through this corner intersect with the region
319 CORNER_START_CASE_BEHAVIOR startBehavior; // how the corner behaves if the start point at the corner
320 CORNER_END_CASE_BEHAVIOR endBehavior; // how the corner behaves if the end point at the corner
329 // Corner cases at the corners
338 // line segment body intersects with the corner
355 // line exits the area at the corner
366 // line end is at the corner
389 // line start is at the corner