Skip to content

Commit f46b0af

Browse files
committed
[docs] displaced -> vertices
1 parent c3144b2 commit f46b0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/tutorial/misc.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ Static intersection checks are not a core part of the IPC algorithm, but they ar
1212

1313
.. code-block:: c++
1414

15-
bool is_intersecting = ipc::has_intersections(collision_mesh, displaced);
15+
bool is_intersecting = ipc::has_intersections(collision_mesh, vertices);
1616

1717
.. md-tab-item:: Python
1818

1919
.. code-block:: python
2020
21-
is_intersecting = ipctk.has_intersections(collision_mesh, displaced)
21+
is_intersecting = ipctk.has_intersections(collision_mesh, vertices)
2222
2323
2424

0 commit comments

Comments
 (0)