Skip to content

Commit

Permalink
Add javadoc to RotationBuilder#rescale
Browse files Browse the repository at this point in the history
  • Loading branch information
ApexModder committed Dec 16, 2024
1 parent 3b0c47e commit 93e87be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ public RotationBuilder angle(float angle) {
return this;
}

/**
* Sets whether or not to scale the the faces across the whole when rotation has been applied.
*/
public RotationBuilder rescale(boolean rescale) {
this.rescale = rescale;
return this;
Expand Down

0 comments on commit 93e87be

Please sign in to comment.