Uses of Class
org.eclipse.gef.geometry.euclidean.Straight
Packages that use Straight
Package
Description
This package provides core abstractions to support calculations within
2-dimensional Euclidean space.
This package provides core abstractions to support calculations within
2-dimensional projective vector space.
-
Uses of Straight in org.eclipse.gef.geometry.euclidean
Methods in org.eclipse.gef.geometry.euclidean that return StraightModifier and TypeMethodDescriptionStraight.clone()
Straight.getCopy()
Returns a copy of thisStraight
object.Methods in org.eclipse.gef.geometry.euclidean with parameters of type StraightModifier and TypeMethodDescriptionStraight.getAngleCCW
(Straight other) Straight.getAngleCW
(Straight other) Straight.getIntersection
(Straight other) boolean
Straight.intersects
(Straight other) boolean
Straight.intersectsWithinSegment
(Vector segmentStart, Vector segmentEnd, Straight other) boolean
Straight.isParallelTo
(Straight other) Checks if thisStraight
and the provided one are parallel to each other. -
Uses of Straight in org.eclipse.gef.geometry.projective
Methods in org.eclipse.gef.geometry.projective that return StraightModifier and TypeMethodDescriptionStraight3D.toStraight()
Transfer thisStraight3D
into a representativeStraight
.