| Library | File | Frames | Expand |
| pfcCurveDescriptor_ptr | GetU0Profile | () |
| void | SetU0Profile | (pfcCurveDescriptor_ptr value) |
|
The curve geometry along u=0 |
| pfcCurveDescriptor_ptr | GetU1Profile | () |
| void | SetU1Profile | (pfcCurveDescriptor_ptr value) |
|
The curve geometry along u=1 |
| pfcCurveDescriptor_ptr | GetV0Profile | () |
| void | SetV0Profile | (pfcCurveDescriptor_ptr value) |
|
The curve geometry along v=0 |
| pfcCurveDescriptor_ptr | GetV1Profile | () |
| void | SetV1Profile | (pfcCurveDescriptor_ptr value) |
|
The curve geometry along v=1 |
| pfcCoonsCornerPoints_ptr | GetCornerPoints | () |
| void | SetCornerPoints | (pfcCoonsCornerPoints_ptr value) |
|
The corner points |
| pfcCoonsUVDerivatives_ptr | GetUVDerivatives | () |
| void | SetUVDerivatives | (pfcCoonsUVDerivatives_ptr value) |
|
The corner UV mixed derivatives |
| static pfcCoonsPatchDescriptor_ptr | Create | (pfcSurfaceExtents_ptr Extents, pfcSurfaceOrientation Orientation, pfcCurveDescriptor_ptr U0Profile, pfcCurveDescriptor_ptr U1Profile, pfcCurveDescriptor_ptr V0Profile, pfcCurveDescriptor_ptr V1Profile, pfcCoonsCornerPoints_ptr CornerPoints, pfcCoonsUVDerivatives_ptr UVDerivatives) |
|
This method returns a new CoonsPatchDescriptor object.
|