Package: graphene
Function graphene:point-distance
Lambda Listgraphene:point-distance (a b) SyntaxArgumentsDetails Computes the distance between the two given points. Examples(graphene:with-points ((a 0 0) (b 1 1)) (graphene:point-distance a b)) => 1.4142135 => 1.0 => 1.0 | See also |
2025-4-1