From: <raf...@us...> - 2012-07-09 13:06:54
|
Revision: 10738 http://octave.svn.sourceforge.net/octave/?rev=10738&view=rev Author: rafavzqz Date: 2012-07-09 13:06:48 +0000 (Mon, 09 Jul 2012) Log Message: ----------- Minor change in the help Modified Paths: -------------- trunk/octave-forge/extra/nurbs/inst/nrbtform.m Modified: trunk/octave-forge/extra/nurbs/inst/nrbtform.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/nrbtform.m 2012-07-09 13:06:25 UTC (rev 10737) +++ trunk/octave-forge/extra/nurbs/inst/nrbtform.m 2012-07-09 13:06:48 UTC (rev 10738) @@ -22,8 +22,8 @@ % The NURBS is transform as defined a transformation matrix of size (4,4), % such as a rotation, translation or change in scale. The transformation % matrix can define a single transformation or multiple series of -% transformations. The matrix can be simple constructed by the functions -% vecscale, vectrans, vecrotx, vecroty, and vecrotz. +% transformations. The matrix can be simply constructed by the functions +% vecscale, vectrans and vecrot, and also vecrotx, vecroty, and vecrotz. % % Examples: % @@ -34,7 +34,7 @@ % % See also: % -% vecscale, vectrans, vecrotx, vecroty, vecrotz +% vecscale, vectrans, vecrot, vecrotx, vecroty, vecrotz % % Copyright (C) 2000 Mark Spink % Copyright (C) 2010 Rafael Vazquez This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |