Home > matGeom > geom3d > vectors3d.m

vectors3d

PURPOSE ^

VECTORS3D Description of functions operating on 3D vectors.

SYNOPSIS ^

function vectors3d(varargin)

DESCRIPTION ^

VECTORS3D Description of functions operating on 3D vectors.

   Vectors are represented by their 3 Cartesian coordinates:
   V = [VX VY VZ];

   List of vectors are represented by N-by-3 arrays, with the coordinates
   of each vector on a row.


   See also
   vectorNorm3d, normalizeVector3d, crossProduct3d, vectorAngle3d
   isParallel3d, isPerpendicular3d, createTranslation3d
   drawVector3d

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function vectors3d(varargin)
0002 %VECTORS3D Description of functions operating on 3D vectors.
0003 %
0004 %   Vectors are represented by their 3 Cartesian coordinates:
0005 %   V = [VX VY VZ];
0006 %
0007 %   List of vectors are represented by N-by-3 arrays, with the coordinates
0008 %   of each vector on a row.
0009 %
0010 %
0011 %   See also
0012 %   vectorNorm3d, normalizeVector3d, crossProduct3d, vectorAngle3d
0013 %   isParallel3d, isPerpendicular3d, createTranslation3d
0014 %   drawVector3d
0015 %
0016 
0017 % ------
0018 % Author: David Legland
0019 % e-mail: david.legland@inra.fr
0020 % Created: 2008-10-13,    using Matlab 7.4.0.287 (R2007a)
0021 % Copyright 2008 INRA - BIA PV Nantes - MIAJ Jouy-en-Josas.

Generated on Wed 16-Feb-2022 15:10:47 by m2html © 2003-2019