FullCap returns a cap that contains all points.
()
| 104 | |
| 105 | // FullCap returns a cap that contains all points. |
| 106 | func FullCap() Cap { |
| 107 | return CapFromCenterChordAngle(centerPoint, s1.StraightChordAngle) |
| 108 | } |
| 109 | |
| 110 | // IsValid reports whether the Cap is considered valid. |
| 111 | func (c Cap) IsValid() bool { |
searching dependent graphs…