PathGenerator Class |
Namespace: DigitalRuby.FastLineRenderer
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.
|
![]() ![]() | 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 |
Compute square root, can be changed using USE_MATH_SQUARE_ROOT or USE_QUAKE_SQUARE_ROOT or neither
|