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