Skip to content

Commit 660e0c7

Browse files
authored
Update BuildingShapeUtils.js
1 parent b0a37af commit 660e0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ class BuildingShapeUtils extends ShapeUtils {
468468
* Return the angle of the longest side of a shape with 90° vertices.
469469
*
470470
* @param {THREE.Shape} shape - the shape
471-
* @return {number}
471+
* @return {number} in radians from Pi > x > -Pi
472472
*/
473473
static longestSideAngle(shape) {
474474
const lengths = BuildingShapeUtils.edgeLength(shape);

0 commit comments

Comments
 (0)