diff options
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api.texi b/doc/api.texi index f3b8013..e79cca1 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -5226,7 +5226,7 @@ detection because it can quickly determine the objects that may possibly be colliding with another, resulting in fewer narrow-phase collision tests that are typically much more expensive. -@deffn {Procedure} make-quadtree bounds [#:max-size 5] [#:make-depth 4] +@deffn {Procedure} make-quadtree bounds [#:max-size 5] [#:max-depth 4] Return a new quadtree that covers the area @var{bounds}. Each node will try to hold at maximum @var{max-size} objects and the tree depth will be restricted to @var{max-depth}. |