gwlucastrig / Tinfour

Delaunay and Constrained Delaunay Triangulations in Java, providing high-performance utilities for modeling surfaces with support for Lidar LAS files, Digital Elevation Models (DEM), finite element analysis, path planning, natural neighbor interpolation, and other applications of Triangulated Irregular Networks (TIN)
Apache License 2.0
153 stars 34 forks source link

Provide more access to internals for Natural Neighbor Interpolator #92

Closed gwlucastrig closed 1 year ago

gwlucastrig commented 1 year ago

Implement more efficient access to the weights (Sibson coordinates) and natural neighbors used in an interpolation operation

gwlucastrig commented 1 year ago

Completed and code posted