| Package | Description |
|---|---|
| nl.b3p.suf2 | |
| nl.b3p.suf2.records |
| Modifier and Type | Method and Description |
|---|---|
static SUF2Coordinate |
SUF2Math.middle(List<SUF2Coordinate> coordinates)
Calculate the middle point between multiple coordinates
|
static SUF2Coordinate |
SUF2Math.middle(SUF2Coordinate c1,
SUF2Coordinate c2)
Calculate the middle point between two coordinates
|
| Modifier and Type | Method and Description |
|---|---|
static double |
SUF2Math.angle(SUF2Coordinate c1,
SUF2Coordinate c2)
Calculate the angle of a line (two coordinates)
|
static double |
SUF2Math.distance(SUF2Coordinate c1,
SUF2Coordinate c2)
Calculate the distance between two coordinates
|
static SUF2Coordinate |
SUF2Math.middle(SUF2Coordinate c1,
SUF2Coordinate c2)
Calculate the middle point between two coordinates
|
| Modifier and Type | Method and Description |
|---|---|
static SUF2Coordinate |
SUF2Math.middle(List<SUF2Coordinate> coordinates)
Calculate the middle point between multiple coordinates
|
| Modifier and Type | Method and Description |
|---|---|
List<SUF2Coordinate> |
SUF2Record.getCoordinates() |
Copyright © 2018 B3Partners B.V.. All rights reserved.