Returns a normalized vector pointing from p1 to p2
| <vizmat>.VectorToPoint( | |
| p1 | # [x,y,z] |
| p2 | # [x,y,z] |
)
p1
The first point
p2
The second point
This command will return a normalized vector that points from p1 to p2
A list of 3 numbers representing the normalized vector.