Home > freetb4matlab > nurbs > nrbline.m

nrbline

PURPOSE ^

SYNOPSIS ^

function curve = nrbline(p1,p2)

DESCRIPTION ^

 
 NRBLINE: Construct a straight line.
 
 Calling Sequence:
 
   crv = nrbline
   crv = nrbline(p1,p2)
 
 Parameters:
 
 p1        : 2D or 3D cartesian coordinate of the start point.
 
 p2            : 2D or 3D cartesian coordinate of the end point.
 
 crv        : NURBS curve for a straight line.
 
 Description:
 
   Constructs NURBS data structure for a straight line. If no rhs 
   coordinates are included the function returns a unit straight
   line along the x-axis.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003