This document is archived and information here might be outdated. Recommended version. |
Methods for constructing clothoid spirals.
Name | Description | |
---|---|---|
ConstructClothoidByAngle | Constructs a pieccewise linear approximation to a clothoid spiral. Curvature is the reciprocal of the radius, so specify a curvature of 0 for an infinite radius. deflectionAngle is positive and is the change in direction (in radians) from the starting curve ta | |
ConstructClothoidByLength | Constructs a pieccewise linear approximation to a clothoid spiral. Curvature is the reciprocal of the radius, so specify a curvature of 0 for an infinite radius. curveLength is the design length of the curve. | |
ConstructSplitClothoidByAngle | Same as ConstructClothoidByAngle but reports curve parameters for point on curve closest to split query point. | |
ConstructSplitClothoidByLength | Same as ConstructClothoidByLength but reports curve parameters for point on curve closest to split query point. |
Classes | Description |
---|---|
GeometryEnvironment | Provides a way of creating geometries from different inputs and setting/getting global variables for controlling behavior of geometry methods. |