Shapes 3D
3.0
|
Public Member Functions | |
PathScale (Path x_curve, Path y_curve) | |
float | scaleX (float t) |
float | scaleY (float t) |
Use a BCurve2D or BSpline2D (or any curve that implements the Path interface)to define the shape of the scale curve.
float shapes3d.contour.PathScale.scaleX | ( | float | t | ) |
t | in the range ≥0 and ≤1 |
Implements shapes3d.contour.Scale.
float shapes3d.contour.PathScale.scaleY | ( | float | t | ) |
t | in the range ≥0 and ≤1 |
Implements shapes3d.contour.Scale.