Searched defs:DiamondCorners (Results 1 – 1 of 1) sorted by relevance
292 const struct DiamondCorners in doesLineSegmentExitDiamond() struct294 enum CORNER_EDGE_CASE_BEHAVIOR in doesLineSegmentExitDiamond()301 enum CORNER_START_CASE_BEHAVIOR in doesLineSegmentExitDiamond()308 enum CORNER_END_CASE_BEHAVIOR in doesLineSegmentExitDiamond()316 tcu::Vector<deInt64,2> dp; in doesLineSegmentExitDiamond()317 bool pointInclusive; // would a point in this corner intersect with the region in doesLineSegmentExitDiamond()318 …EHAVIOR lineBehavior; // would a line segment going through this corner intersect with the region in doesLineSegmentExitDiamond()319 …NER_START_CASE_BEHAVIOR startBehavior; // how the corner behaves if the start point at the corner in doesLineSegmentExitDiamond()320 CORNER_END_CASE_BEHAVIOR endBehavior; // how the corner behaves if the end point at the corner in doesLineSegmentExitDiamond()