Shapes 3D
3.0
|
Public Member Functions | |
float | scaleX (float t) |
float | scaleY (float t) |
The methods needed by any class designed to scale contours.
float shapes3d.contour.Scale.scaleX | ( | float | t | ) |
t | in the range ≥0 and ≤1 |
Implemented in shapes3d.contour.LinearScale, shapes3d.contour.FixedScale, and shapes3d.contour.PathScale.
float shapes3d.contour.Scale.scaleY | ( | float | t | ) |
t | in the range ≥0 and ≤1 |
Implemented in shapes3d.contour.LinearScale, shapes3d.contour.FixedScale, and shapes3d.contour.PathScale.