Add missing @param tag
This commit is contained in:
@@ -174,6 +174,7 @@ libtess.tessmono.discardExterior = function(mesh) {
|
|||||||
*
|
*
|
||||||
* @param {libtess.GluMesh} mesh [description].
|
* @param {libtess.GluMesh} mesh [description].
|
||||||
* @param {number} value Winding number to set (int).
|
* @param {number} value Winding number to set (int).
|
||||||
|
* @param {boolean} keepOnlyBoundary Keep only boundary.
|
||||||
*/
|
*/
|
||||||
libtess.tessmono.setWindingNumber = function(mesh, value, keepOnlyBoundary) {
|
libtess.tessmono.setWindingNumber = function(mesh, value, keepOnlyBoundary) {
|
||||||
var eNext;
|
var eNext;
|
||||||
|
|||||||
Reference in New Issue
Block a user