|
Shapes 3D
3.0
|

Public Member Functions | |
| FixedScale () | |
| FixedScale (float sx, float sy) | |
| float | scaleX (float t) |
| float | scaleY (float t) |
Defines the scale to be applied to the cross-section at various points along the shape's path.
| shapes3d.contour.FixedScale.FixedScale | ( | ) |
Apply a 1:1 scale so effectively does nothing.
| shapes3d.contour.FixedScale.FixedScale | ( | float | sx, |
| float | sy | ||
| ) |
Apply a constant scale along along the path of the shape.
| sx | scale to be applied on one axis |
| sy | scale to be applied on the other axis |
| float shapes3d.contour.FixedScale.scaleX | ( | float | t | ) |
Implements shapes3d.contour.Scale.
| float shapes3d.contour.FixedScale.scaleY | ( | float | t | ) |
Implements shapes3d.contour.Scale.