Skip to content

Commit

Permalink
Remove all docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skygering committed Jan 23, 2024
1 parent 8b5cfe2 commit 03642cf
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/methods/angles.jl
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
# # Angles
export angles

#=
## What is angles?
Angles are the angles formed by a given geometries line segments, if it has line segments.
To provide an example, consider this rectangle:
This is clearly a rectangle, with angles of 90 degrees.
## Implementation
This is the GeoInterface-compatible implementation. First, we implement a
wrapper method that dispatches to the correct implementation based on the
geometry trait. This is also used in the implementation, since it's a lot less
work!
=#

const _ANGLE_TARGETS = Union{GI.PolygonTrait,GI.AbstractCurveTrait,GI.MultiPointTrait,GI.PointTrait}

"""
Expand Down

0 comments on commit 03642cf

Please sign in to comment.