Revision fc3b9f16
Added by Leszek Koltunski over 3 years ago
src/main/java/org/distorted/library/mesh/MeshQuad.java | ||
---|---|---|
21 | 21 |
|
22 | 22 |
/////////////////////////////////////////////////////////////////////////////////////////////////// |
23 | 23 |
/** |
24 |
* Create a quad, i.e. two triangles with vertices at (+-0.5,+-0.5).
|
|
24 |
* Create a quad - two triangles with vertices at (+-0.5,+-0.5).
|
|
25 | 25 |
* <p> |
26 | 26 |
* Mainly to have a simple example showing how to create a Mesh; otherwise a MeshQuad can be perfectly |
27 | 27 |
* emulated by a MeshRectangles(1,1) or a MeshCubes(1,1,0). |
Also available in: Unified diff
Correct a comment for Javadoc.