Scientific Foundation
What is vector algebra & 3d space projections?
A vector is a geometric entity possessing both magnitude and direction. The Dot Product (u · v = |u||v|cos θ) is an algebraic scalar measuring directional alignment, yielding zero for orthogonal perpendicular vectors. The Cross Product (u × v = |u||v|sin θ n̂) is a 3D vector perpendicular to both operands with magnitude equal to the area of the spanned parallelogram. The Scalar Triple Product u · (v × w) computes the signed volume of the spanned 3D parallelepiped.
