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