|
SRJRCFrames v0.1.296 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Coordinate | |
|---|---|
| de.schwarzrot.app.domain | domain classes used by applications |
| de.schwarzrot.util | basic helper classes |
| Uses of Coordinate in de.schwarzrot.app.domain |
|---|
| Methods in de.schwarzrot.app.domain that return Coordinate | |
|---|---|
Coordinate |
PageProperties.getFinalSize()
|
| Constructors in de.schwarzrot.app.domain with parameters of type Coordinate | |
|---|---|
Coordinate(Coordinate other)
|
|
| Uses of Coordinate in de.schwarzrot.util |
|---|
| Methods in de.schwarzrot.util that return Coordinate | |
|---|---|
Coordinate |
GeometricCalculator.calcLinesCrossPoint(Coordinate p0,
Coordinate p1,
Coordinate p2,
Coordinate p3)
calculates the intersection of the line {p0, p1} with the line {p2, p3} - line {p2, p3} should not be a vertical line, in deed the failure minimizes with gradient of line 2 beeing not vertical. |
| Methods in de.schwarzrot.util with parameters of type Coordinate | |
|---|---|
double |
GeometricCalculator.calcLineAngle(Coordinate p0,
Coordinate p1)
calculates the angle of the given line |
double |
GeometricCalculator.calcLineGradient(Coordinate p0,
Coordinate p1)
calculates the gradient of given line |
Coordinate |
GeometricCalculator.calcLinesCrossPoint(Coordinate p0,
Coordinate p1,
Coordinate p2,
Coordinate p3)
calculates the intersection of the line {p0, p1} with the line {p2, p3} - line {p2, p3} should not be a vertical line, in deed the failure minimizes with gradient of line 2 beeing not vertical. |
|
SRJRCFrames v0.1.296 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||