- NoKeywords
/ / Copyright (c) 1993-2012 Robert McNeel & Associates. All rights reserved. / OpenNURBS, Rhinoceros, and Rhino3D are registered trademarks of Robert / McNeel & Associates. / / THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. / ALL IMPLIED WARRANTIES OF FITNESS FOR ANY PARTICULAR PURPOSE AND OF / MERCHANTABILITY ARE HEREBY DISCLAIMED. /
/ For complete openNURBS copyright information see http://www.opennurbs.org. / ////////////////////////////////////////////////////////////// Definition of NURBS surface
virtual int ON_TensorProduct::DimensionA |
( |
| ) |
const |
|
pure virtual |
dimension of A space
Evaluate() must define a function T:R^dimA X R^dimB -> R^Dimension() such that
T(a*A0 + (1-a)*A1, B) = a*T(A0,B) + (1-a)*T(A1,B) and
T(A, b*B0 + (1-b)*B1) = b*T(A,B0) + (1-b)*T(A,B1).