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