Skip to content

Commit

Permalink
Make unused p5.Geometry methods private
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed May 15, 2024
1 parent ab557a5 commit 695415f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgl/p5.Geometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ p5.Geometry = class Geometry {
/**
* Averages the vertex normals. Used in curved
* surfaces
* @method averageNormals
* @private
* @chainable
*/
averageNormals() {
Expand All @@ -1689,7 +1689,7 @@ p5.Geometry = class Geometry {

/**
* Averages pole normals. Used in spherical primitives
* @method averagePoleNormals
* @private
* @chainable
*/
averagePoleNormals() {
Expand Down

0 comments on commit 695415f

Please sign in to comment.