-
MathType
-
Wiris Quizzes
-
Learning Lemur
-
CalcMe
-
MathPlayer
-
Store FAQ
-
VPAT for the electronic documentation
-
MathFlow
-
BF FAQ
Vector
Reading time: 1minConstructs 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 A, B, constructs the vector
Given a point A, constructs the vector
Given a segment with endpoints A and B, constructs the vector
Given a line, returns the direction vector.
Given a plane with equation Ax+By+Cz+D=0, returns a vector with coefficients [A,B,C,D].