Versions in this module Expand all Collapse all v0 v0.0.3 Sep 17, 2023 Changes in this version + func CalDistancePoints(pos1 Point, pos2 Point) string + func IsValidTriangle(a, b, c int) bool + type Point struct + X float64 + Y float64 + func CalIntersectionPoint(a, b, c, d Point) (bool, Point) + type Segment struct + A Point + B Point v0.0.2 Sep 17, 2023 v0.0.1 Sep 10, 2023