Package dk.gtz.graphedit.util
Class ShapeUtil
java.lang.Object
dk.gtz.graphedit.util.ShapeUtil
General utilities for handling geometric shapes
-
Method Summary
Modifier and TypeMethodDescriptionstatic ViewModelPoint
rectangleIntersect
(ViewModelVertexShape rect, double dx, double dy) Will calculate the intersection point on a reactangle shape given a ray (dx,dy)
-
Method Details
-
rectangleIntersect
Will calculate the intersection point on a reactangle shape given a ray (dx,dy)- Parameters:
rect
- rectangle dimensionsdx
- ray x directiondy
- ray y direction- Returns:
- The intersection point on the rectangle. Note: (0,0) if the both dx and dy are zero
- Throws:
RuntimeException
- if the provided shape is not marked as a rectangle- See Also:
-