v_points# static GeometryOperators.v_points(p1, p2)[source]# Vector from one point to another point. Parameters: p1ListCoordinates [x1,y1,z1] for the first point. p2ListCoordinates [x2,y2,z2] for second point. Returns: ListCoordinates [vx, vy, vz] for the vector from the first point to the second point.