Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Dec 11, 2024
1 parent 7256868 commit 24bf441
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,15 @@ struct ForceConePythonVisitor
.def("toWrenchCone", &toWrenchCone, "Returns *this as a WrenchCone.")

.def("RegularCone",
(ForceCone(*)(const Scalar, const VectorD &, const int)) &
ForceCone::RegularCone,
(ForceCone(*)(const Scalar, const VectorD &,
const int))&ForceCone::RegularCone,
bp::args("mu", "direction", "num rays"),
"Generates a regular linear cone from a given number of rays, a "
"main direction and a friction "
"coefficient.")
.def("RegularCone",
(ForceCone(*)(const Scalar, const VectorD &, const int,
const Scalar)) &
ForceCone::RegularCone,
const Scalar))&ForceCone::RegularCone,
bp::args("mu", "direction", "num rays", "angle offset"),
"Generates a regular linear cone from a given number of rays, a "
"main direction and a friction "
Expand Down

0 comments on commit 24bf441

Please sign in to comment.