Vector Command
- Vector( <Point> )
-
Returns the position vector of the given point.
Vector((3, 2))
yields u = (32).
- Vector( <Start Point>, <End Point> )
-
Creates a vector from Start Point to End Point.
Vector((1, 1), (3, 4))
yields u = (23).
See also |