Uses of Class
org.eclipse.gef.geometry.euclidean.Straight
-
Packages that use Straight Package Description org.eclipse.gef.geometry.euclidean This package provides core abstractions to support calculations within 2-dimensional Euclidean space.org.eclipse.gef.geometry.projective 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 Straight Modifier and Type Method Description Straight
Straight. clone()
Straight
Straight. getCopy()
Returns a copy of thisStraight
object.Methods in org.eclipse.gef.geometry.euclidean with parameters of type Straight Modifier and Type Method Description Angle
Straight. getAngle(Straight other)
Angle
Straight. getAngleCCW(Straight other)
Angle
Straight. getAngleCW(Straight other)
Vector
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 Straight Modifier and Type Method Description Straight
Straight3D. toStraight()
Transfer thisStraight3D
into a representativeStraight
.
-