Vector Constructs a vector or returns a vector of an object. Syntax vector(Point, Point) vector(Point) vector(Segment) vector(Line) vector(Plane) Description vector(Point, Point) Given two points , , constructs the vector . vector(Point) Given a point , constructs the vector . vector(Segment) Given a segment with endpoints and , constructs the vector . vector(Line) Given a line, returns the direction vector. vector(Plane) Given a plane with equation , returns a vector with coefficients . Related functions Line, Plane, Perpendicular vector Table of Contents Syntax Description Related functions