Searched refs:nextCoordinate (Results 1 – 1 of 1) sorted by relevance
106 optional<GeometryCoordinate> nextCoordinate; in addGeometry() local124 nextCoordinate = coordinates[first + 1]; in addGeometry()127 nextCoordinate = coordinates[i + 1]; in addGeometry()130 nextCoordinate = {}; in addGeometry()134 if (nextCoordinate && coordinates[i] == *nextCoordinate) { in addGeometry()150 …nextNormal = nextCoordinate ? util::perp(util::unit(convertPoint<double>(*nextCoordinate - *curren… in addGeometry()187 …onst bool isSharpCorner = cosHalfAngle < COS_HALF_SHARP_CORNER && prevCoordinate && nextCoordinate; in addGeometry()200 const bool middleVertex = prevCoordinate && nextCoordinate; in addGeometry()202 const LineCapType currentCap = nextCoordinate ? beginCap : endCap; in addGeometry()303 if (nextCoordinate) { in addGeometry()[all …]