Commit e284489e authored by Riegel's avatar Riegel
Browse files

Adjusted javadoc. Ref #69

parent be2b2e5d
...@@ -92,15 +92,13 @@ public class EdgePolygon extends BaseEntity { ...@@ -92,15 +92,13 @@ public class EdgePolygon extends BaseEntity {
} }
/** /**
* Test whether the given point is lying in- or outside of the non self * Test whether the given point is lying inside the non-self-
* intersecting, planar polygon. It's believed, that point and polygon are lying * intersecting, planar polygon. It's believed, that point and polygon are lying
* in the same plane. <br> * in the same plane. <br>
* <br> * <br>
* It's assumed, that the polygon is non self intersecting and planar. * It's assumed, that the polygon is non-self-intersecting and planar, and that the point is
* Additionally it is assumed, that the point and the polygon lying in the same * lying in the same plane. The given point is projected on the plane of the polygon. If the point is lying on an edge
* plane. The given point is projected on the plane of the polygon. If the point * of the polygon, it is considered to be inside.
* is lying on an edge of the polygon it's supposed that the point is inside of
* the polygon
* *
* @param rcPoint The point that should be checked * @param rcPoint The point that should be checked
* *
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment