Your vectors aren't defined correctly.

You must define them like this:

VECTOR* Point1 = {x=5; y=5; z=5;}
VECTOR* Point2 = {x=2; y=2; z=2;}
VECTOR* vecPoint1_Point2;