Uses of Class
org.eclipse.draw2d.geometry.Straight
Packages that use Straight
Package
Description
Types representing or manipulating geometric values, such as Points, Dimensions, etc.
-
Uses of Straight in org.eclipse.draw2d.geometry
Methods in org.eclipse.draw2d.geometry with parameters of type StraightModifier and TypeMethodDescriptiondouble
Returns the (smallest) angle between this Straight and the provided one.Straight.getIntersection
(Straight other) Computes the intersection point of this Straight and the provided one, if it exists.boolean
Straight.intersects
(Straight other) Checks whether this Straight and the provided one have an intersection point.boolean
Straight.intersectsWithinSegment
(Vector segmentStart, Vector segmentEnd, Straight other) Checks whether this Straight and the provided one have an intersection point, which is inside the specified segment between segmentStart and segmentEnd.boolean
Straight.isParallelTo
(Straight other) Checks whether this Straight and the provided one are parallel to each other.