data class ProjectionResult
Simple container for the result of a projection (i.e., a project call).
displacement
- displacement along the path
distance
- Euclidean distance between the path and query points
ProjectionResult(displacement: Double, distance: Double)
Simple container for the result of a projection (i.e., a project call). |
val displacement: Double
displacement along the path |
|
val distance: Double
Euclidean distance between the path and query points |