Searched refs:COS_HALF_SHARP_CORNER (Results 1 – 1 of 1) sorted by relevance
53 const float COS_HALF_SHARP_CORNER = std::cos(75.0 / 2.0 * (M_PI / 180.0)); variable187 …const bool isSharpCorner = cosHalfAngle < COS_HALF_SHARP_CORNER && prevCoordinate && nextCoordinat… in addGeometry()