Uses of Class
org.eclipse.gef.geometry.euclidean.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
Modifier and TypeMethodDescriptionStraight.clone()
Straight.getCopy()
Returns a copy of thisStraight
object.Modifier 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
Modifier and TypeMethodDescriptionStraight3D.toStraight()
Transfer thisStraight3D
into a representativeStraight
.