Skip to content

Commit 8d253a9

Browse files
author
Benjamin Deleze
committed
clang format
1 parent 5435312 commit 8d253a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/webots/nodes/utils/WbObjectDetection.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ class WbObjectDetection {
5050
bool isContainedInFrustum(const WbAffinePlane *frustumPlanes);
5151

5252
// Computes the frustum plane for the given device ray.
53-
static WbAffinePlane *computeFrustumPlanes(const WbSolid *device, double verticalFieldOfView,
54-
double horizontalFieldOfView, double maxRange, bool isPlanarProjection);
53+
static WbAffinePlane *computeFrustumPlanes(const WbSolid *device, double verticalFieldOfView, double horizontalFieldOfView,
54+
double maxRange, bool isPlanarProjection);
5555

5656
private:
5757
static void mergeBounds(WbVector3 &referenceObjectSize, WbVector3 &referenceObjectRelativePosition,

0 commit comments

Comments
 (0)