Skip to content

Commit

Permalink
library: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 29, 2024
1 parent 2631e7a commit c8e9aec
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,8 @@ public Material getDebugMaterial() {
}

/**
* Return the collision object's friction parameter (native field: m_friction).
* Return the collision object's friction parameter (native field:
* m_friction).
* <p>
* Friction doesn't affect a PhysicsCharacter or PhysicsGhostObject.
*
Expand Down Expand Up @@ -907,8 +908,8 @@ public boolean hasAnisotropicFriction(int mode) {
}

/**
* Test whether the specified collision object is in the current collision object's ignore
* list.
* Test whether the specified collision object is in the current collision
* object's ignore list.
*
* @param other the collision object to search for
* @return true if found, otherwise false
Expand Down Expand Up @@ -941,8 +942,9 @@ public boolean isActive() {
}

/**
* Test whether the collision object responds to contact with other objects. All
* ghost objects are non-responsive. Other types are responsive by default.
* Test whether the collision object responds to contact with other objects.
* All ghost objects are non-responsive. Other types are responsive by
* default.
*
* @return true if responsive, otherwise false
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1243,8 +1243,8 @@ private void addContactParameters(PhysicsRigidBody body) {
* @param rigidBody (not null, unaffected)
* @param indent (not null)
*/
private void addDynamicProperties(PhysicsRigidBody rigidBody,
String indent) {
private void addDynamicProperties(
PhysicsRigidBody rigidBody, String indent) {
// first line: gravity, CCD, damping, and sleep/activation
addLine(indent);

Expand Down

0 comments on commit c8e9aec

Please sign in to comment.