Project

General

Profile

« Previous | Next » 

Revision fc3b9f16

Added by Leszek Koltunski about 3 years ago

Correct a comment for Javadoc.

View differences:

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