Revision 8b082b9f
Added by Leszek Koltunski about 4 years ago
src/main/java/org/distorted/library/mesh/MeshPolygon.java | ||
---|---|---|
208 | 208 |
* Optionally make it more dense at the vertices. |
209 | 209 |
* |
210 | 210 |
* @param verticesXY 2N floats - packed description of polygon vertices. N pairs (x,y). |
211 |
* Vertices HAVE TO be specified in a COUNTERCLOCKWISE order (starting from any). |
|
211 | 212 |
* @param bands 2K floats; K pairs of two floats each describing a single band. |
212 | 213 |
* From (1.0,Z[0]) (outer edge, its Z elevation) to (0.0,Z[K]) (the center, |
213 | 214 |
* its elevation). The polygon is split into such concentric bands. |
Also available in: Unified diff
Comment.