Changes between Version 34 and Version 35 of FDORfc59


Ignore:
Timestamp:
Apr 11, 2011, 7:49:50 AM (13 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FDORfc59

    v34 v35  
    166166=== Class FdoISpiralSegmentAbstract ===
    167167
    168 The FdoISpiralSegmentAbstract class represets a Spiral curve segment (abstract)
     168The FdoISpiralSegmentAbstract class represets a Spiral curve segment (abstract). ISpiralSegmentAbstract is the based class for all spline geometry types, including cubic-splaine and b-spline.
    169169
    170170
     
    185185=== Class FdoISplineSegmentAbstract ===
    186186
    187 The FdoISplineSegmentAbstract class is the base class for Spline segments (abstract)
     187The FdoISplineSegmentAbstract class is the base class for Spline segments (abstract). ISplineSegmentAbstract is the based class for all spline geometry types, including cubic-splaine and b-spline.
    188188
    189189
     
    332332{
    333333    /// The knots are appropriate for a uniform B-spline.
    334     /// e.g. [0 1 2 3 4 5].
    335334    FdoGeometricKnotType_Uniform = 500,
    336335
    337336    /// The knots are appropriate for a quasi-uniform B-spline.
    338     /// e.g. [0 0 0 0 1 2 3 3 3 3]
    339337    FdoGeometricKnotType_QuasiUniform = 501,
    340338
    341339    /// The knots are appropriate for a piecewise Bezier curve.
    342     /// e.g. [0 0 0 1 1 2 2 3 3 3]
    343340    FdoGeometricKnotType_PiecewiseBezier = 502,
    344341};
     
    389386=== Class FdoBSplineKnotCollection ===
    390387
    391 The FdoBSplineKnotCollection class is a collection of FdoIBSplineKnot objects.
     388The FdoBSplineKnotCollection class is a simple collection of FdoIBSplineKnot objects.
    392389
    393390
     
    487484=== Additions to the Geometry Factory Class ===
    488485
    489 The !GeometryFactoryAbstract class is a factory (abstract, non-pure) for Geometry objects and Geometry helper objects.
     486The !GeometryFactoryAbstract class is a factory (abstract, non-pure) for Geometry objects and Geometry helper objects. The methods described below will be added to the definition of the Factory Class.
    490487
    491488