Package | Description |
---|---|
org.eclipse.gef4.geometry.euclidean |
This package provides core abstractions to support calculations within
2-dimensional Euclidean space.
|
org.eclipse.gef4.geometry.projective |
This package provides core abstractions to support calculations within
2-dimensional projective vector space.
|
Modifier and Type | Method and Description |
---|---|
Straight |
Straight.clone() |
Straight |
Straight.getCopy()
Returns a copy of this
Straight object. |
Modifier and Type | Method and 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 this
Straight and the provided one are parallel to each
other. |
Modifier and Type | Method and Description |
---|---|
Straight |
Straight3D.toStraight()
Transfer this
Straight3D into a representative Straight . |
Copyright (c) 2014 itemis AG, and others. All rights reserved.