Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
0b601bff
Commit
0b601bff
authored
Oct 11, 2023
by
Matthias Betz
Browse files
add serializable to polygon intersection
parent
aff13def
Pipeline
#8509
passed with stage
in 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CityDoctorParent/CityDoctorModel/src/main/java/de/hft/stuttgart/citydoctor2/utils/PolygonIntersection.java
View file @
0b601bff
...
...
@@ -18,6 +18,7 @@
*/
package
de.hft.stuttgart.citydoctor2.utils
;
import
java.io.Serializable
;
import
java.util.List
;
import
de.hft.stuttgart.citydoctor2.datastructure.ConcretePolygon
;
...
...
@@ -30,7 +31,9 @@ import de.hft.stuttgart.citydoctor2.math.Segment3d;
* @author Matthias Betz
*
*/
public
class
PolygonIntersection
{
public
class
PolygonIntersection
implements
Serializable
{
private
static
final
long
serialVersionUID
=
-
6301963226688351725L
;
public
enum
IntersectionType
{
NONE
,
LINE
,
POLYGON
...
...
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