OCP    Example Index: |  1  |  2  |  3  |  4  |  5  |

03: OCOPSpiral


OCOPSpiral Definition    download .ghx

A spiral is a curve that turns around an axis at a distance that varies continuously as measured perpendicular to the axis. Spiral admit many parameterizations: this sample uses count,height and radius. Count controls the number of points in the collection. HeightInc is the height increment between sequential points, not the entire height of the spiral. Radius decides the outer radius of the spiral: the distance from the first point of the collection to the central axis. The following function generates a spiral.      ... more on Design Patterns CA


OCOPSpiral Manipulations


OCOPSpiral Manipulations02