PathGenerator Class |
Namespace: DigitalRuby.ThunderAndLightning
The PathGenerator type exposes the following members.
Name | Description | |
---|---|---|
CreateCurve |
Create a quad/bezier curve that curves using two control points from start to end.
| |
CreateSpline |
Creates a spline path that curves around points in a list. Each source segment will have the same number of spline points.
| |
CreateSplineWithSegmentDistance |
Creates a spline path that curves around points in a list. This tries to maintain a similar distance between spline segments, regardless of distance between the initial points.
| |
SquareRoot |
Optimized square root
|
Name | Description | |
---|---|---|
Is2D |
Whether paths are working in 2D or 3D space
| |
MinPointsForSpline |
Minimum number of points to create a spline
|