We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ab13b4 commit fe2a12cCopy full SHA for fe2a12c
examples/jsm/math/Capsule.js
@@ -61,7 +61,7 @@ class Capsule {
61
* @param {Vector3} start - The start vector.
62
* @param {Vector3} end - The end vector
63
* @param {number} radius - The capsule's radius.
64
- * @return {Box2} A reference to this bounding box.
+ * @return {Capsule} A reference to this capsule.
65
*/
66
set( start, end, radius ) {
67
0 commit comments