Members
-
<constant> voids
-
- License:
- Source:
Methods
-
numberToInternalRepresentation(number)
-
Parameters:
Name Type Description number
number The number to convert in this internal representation - Source:
Returns:
- Type
- string
-
ringClockwise(ring)
-
Parameters:
Name Type Description ring
array.<number> - Source:
Returns:
- Type
- boolean
-
ringContains(ring, point)
-
Parameters:
Name Type Description ring
array.<number> point
array.<number> - Source:
Returns:
- Type
- number
-
ringContainsSome(ring, hole)
-
Parameters:
Name Type Description ring
array.<number> hole
array.<number> - Source:
Returns:
- Type
- boolean
-
segmentContains(p0, p1, p2)
-
Parameters:
Name Type Description p0
array.<number> p1
array.<number> p2
array.<number> - Source:
Returns:
- Type
- boolean