Versions in this module Expand all Collapse all v0 v0.1.1 Feb 16, 2026 v0.1.0 Feb 16, 2026 Changes in this version + type Point struct + X float64 + Y float64 + Z float64 + type Solver struct + func New() *Solver + func (s *Solver) Solve(anchors []Point, distances []float64) (Point, error)