module documentation
Undocumented
Function | calculate |
Return barycenter of a list of points |
Function | euclidean |
Return euclidean 3d distance between 2 points :param p1: Point of the first point's coordinates :param p2: Point of the second point's coordinates :return: distance in the same metrics as the points |
Function | euclidean |
Return euclidean distance between 2 points :param x1: x position of the first point :param y1: y position of the first point :param x2: x position of the second point :param y2: y position of the second point :return: distance in the same metrics as the points... |
Function | euclidean |
Return euclidean distance between 2 points :param p1: tuple(X,Y) of the first point's coordinates :param p2: tuple(X,Y) of the second point's coordinates :return: distance in the same metrics as the points... |
Function | get |
angle of the line starting at (x1,y1) and finishing at (x2,y2), according to repere trigonometrique :param x1: x position of the first point :param y1: y position of the first point :param x2: x position of the second point :param y2: y position of the second point :return: angle in radians... |
Return euclidean 3d distance between 2 points :param p1: Point of the first point's coordinates :param p2: Point of the second point's coordinates :return: distance in the same metrics as the points
Return euclidean distance between 2 points :param x1: x position of the first point :param y1: y position of the first point :param x2: x position of the second point :param y2: y position of the second point :return: distance in the same metrics as the points
Return euclidean distance between 2 points :param p1: tuple(X,Y) of the first point's coordinates :param p2: tuple(X,Y) of the second point's coordinates :return: distance in the same metrics as the points