shapes3d.contour.LinearScale.LinearScale |
( |
| ) |
|
This provides a 1:1 scaler in both X & Y axes. Effectively it does nothing.
shapes3d.contour.LinearScale.LinearScale |
( |
float |
sx0, |
|
|
float |
sx1, |
|
|
float |
sy0, |
|
|
float |
sy1 |
|
) |
| |
Apply a linear scale to the cross-section along the path of the shape.
- Parameters
-
sx0 | start scale along x axis (t = 0) |
sx1 | end scale along x axis (t = 1) |
sy0 | start scale along y axis (t = 0) |
sy1 | end scale along y axis (t = 1) |
float shapes3d.contour.LinearScale.scaleX |
( |
float |
t | ) |
|
float shapes3d.contour.LinearScale.scaleY |
( |
float |
t | ) |
|
The documentation for this class was generated from the following file:
- /Users/peter/git/shapes3d-repos/Shapes 3D/src/shapes3d/contour/LinearScale.java