Path: Math/Geometry
% Finds perpendicular vectors to a such that Dot(b,a) = 0. Type Perpendicular for a demo. -------------------------------------------------------------------------- Form: b = Perpendicular( a ) -------------------------------------------------------------------------- ------ Inputs ------ a (3,:) Input ------- Outputs ------- b (3,:) Perpendicular --------------------------------------------------------------------------
Math: Linear/Dot
Back to the Math Module page