We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a37af commit 660e0c7Copy full SHA for 660e0c7
src/extras/BuildingShapeUtils.js
@@ -468,7 +468,7 @@ class BuildingShapeUtils extends ShapeUtils {
468
* Return the angle of the longest side of a shape with 90° vertices.
469
*
470
* @param {THREE.Shape} shape - the shape
471
- * @return {number}
+ * @return {number} in radians from Pi > x > -Pi
472
*/
473
static longestSideAngle(shape) {
474
const lengths = BuildingShapeUtils.edgeLength(shape);
0 commit comments