Skip to content

Commit

Permalink
CustomConvexShape: whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jan 22, 2024
1 parent 9ca4a10 commit a4f6dfc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ protected CustomConvexShape(Vector3f halfExtents) {
* @return the location on the shape's surface with the specified normal (in
* scaled shape coordinates, must lie on or within the shape's bounding box)
*/
abstract protected Vector3f locateSupport(
float dirX, float dirY, float dirZ);
abstract protected Vector3f
locateSupport(float dirX, float dirY, float dirZ);

/**
* Alter the scaled rotational inertia. Typically invoked during
Expand Down

0 comments on commit a4f6dfc

Please sign in to comment.