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.geometryMethods in org.eclipse.draw2d.geometry with parameters of type StraightModifier and TypeMethodDescriptiondoubleReturns 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.booleanStraight.intersects(Straight other) Checks whether this Straight and the provided one have an intersection point.booleanStraight.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.booleanStraight.isParallelTo(Straight other) Checks whether this Straight and the provided one are parallel to each other.