Ver Fonte

Update Capsule.js

Fix typo.
Michael Herzog há 10 meses atrás
pai
commit
fe2a12c88c
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/jsm/math/Capsule.js

+ 1 - 1
examples/jsm/math/Capsule.js

@@ -61,7 +61,7 @@ class Capsule {
 	 * @param {Vector3} start - The start vector.
 	 * @param {Vector3} end - The end vector
 	 * @param {number} radius - The capsule's radius.
-	 * @return {Box2} A reference to this bounding box.
+	 * @return {Capsule} A reference to this capsule.
 	 */
 	set( start, end, radius ) {
 

粤ICP备19079148号