Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
e284489e
Commit
e284489e
authored
7 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Adjusted javadoc. Ref
#69
parent
be2b2e5d
master
107-opengl-view
dev
dev_bht
dev_cpp_code_conversion
dev_gui_features
dev_gui_features_zip_loading
3.16.0
3.15.0
archive/dev_gui_features_zip_loading
archive/dev_citygml3
archive/dev_GUI
2 merge requests
!8
Version 3.15.0
,
!6
Open source release of CityDoctorGUI and other extensions.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CityDoctorParent/CityDoctorEdge/src/main/java/de/hft/stuttgart/citydoctor2/edge/EdgePolygon.java
+4
-6
...n/java/de/hft/stuttgart/citydoctor2/edge/EdgePolygon.java
with
4 additions
and
6 deletions
+4
-6
CityDoctorParent/CityDoctorEdge/src/main/java/de/hft/stuttgart/citydoctor2/edge/EdgePolygon.java
+
4
-
6
View file @
e284489e
...
@@ -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 out
side
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
*
*
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets