Skip to content

Commit

Permalink
javadoc and whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed May 1, 2024
1 parent c7492a4 commit 7af137c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ public Vector3f getHalfExtents(Vector3f storeResult) {
} else {
result = storeResult.set(unscaledHe);
}

return result;
}
// *************************************************************************
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
import jme3utilities.math.MyVolume;

/**
* A collision shape for a solid right circular cylinder with uniform density.
* By convention, the local Y axis is the height axis.
* A collision shape for a right circular cylinder with uniform density. By
* convention, the local Y axis is the height axis.
* <p>
* {@code CylinderCollisionShape} is more flexible and probably more efficient.
* <p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ public void cloneFields(Cloner cloner, Object original) {
}

/**
* Return the collision margin of the shape.
* Return the collision margin of this shape.
*
* @return the margin thickness (in physics-space units, &ge;0)
*/
Expand Down

0 comments on commit 7af137c

Please sign in to comment.