Home > freetb4matlab > nurbs > nrbrect.m

nrbrect

PURPOSE ^

SYNOPSIS ^

function curve = nrbrect(w,h)

DESCRIPTION ^

 
 NRBRECT: Construct NURBS representation of a rectangle.
 
 Calling Sequence:
 
   crv = nrbrect
   crv = nrbrect(size)
   crv = nrbrect(width, height)
 
 Parameters:
 
   size        : Size of the square (width = height).
 
   width        : Width of the rectangle (along x-axis).
 
   height    : Height of the rectangle (along y-axis).
 
   crv        : NURBS curve, see nrbmak. 
  
 
 Description:
 
   Construct a rectangle or square in the x-y plane with the bottom
   lhs corner at (0,0,0). If no rhs arguments provided the function
   constructs a unit square.

CROSS-REFERENCE INFORMATION ^

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