Skip to content

Commit a1d85bb

Browse files
committed
Updated header
1 parent 2eee5c1 commit a1d85bb

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/geometry/HalfPlane.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
/**
3-
* Author:
4-
* Date:
5-
* License:
6-
* Source:
7-
* Description:
8-
* Time:
9-
* Status:
3+
* Author: chilli
4+
* Date: 2019-05-05
5+
* License: CC0
6+
* Source: https://github.com/zimpha/algorithmic-library/blob/master/computational-geometry/polygon.cc
7+
* Description: Computes the intersection of a set of half-planes.
8+
* Time: O(n \log n)
9+
* Status: fuzz-tested, submitted on https://maps19.kattis.com/problems/marshlandrescues
1010
* Usage:
1111
*/
1212
#pragma once

0 commit comments

Comments
 (0)