Skip to content

Commit dc650e5

Browse files
committed
Fix formatting in documentation for normal vector functions
1 parent 4d05d6b commit dc650e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

python/src/geometry/normal.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ void define_normal(py::module_& m)
122122
Returns
123123
-------
124124
The normal vector.
125-
The normal vector.
126125
)ipc_qu8mg5v7",
127126
py::arg("v"), py::arg("e0"), py::arg("e1"));
128127

@@ -207,8 +206,8 @@ void define_normal(py::module_& m)
207206
a: The first vertex of the triangle.
208207
b: The second vertex of the triangle.
209208
c: The third vertex of the triangle.
210-
Returns
211209
210+
Returns
212211
-------
213212
The Hessian of the unnormalized normal vector of the triangle.
214213
)ipc_qu8mg5v7",
@@ -224,8 +223,8 @@ void define_normal(py::module_& m)
224223
a: The first vertex of the triangle.
225224
b: The second vertex of the triangle.
226225
c: The third vertex of the triangle.
227-
Returns
228226
227+
Returns
229228
-------
230229
The Jacobian of the normal vector of the triangle.
231230
)ipc_qu8mg5v7",

0 commit comments

Comments
 (0)