OpenBIMRL | Mathematical trigonometric functions
Class path: math.trigonometry.rightTrigonometryAngles
Angle in right triangle
Description
Calculates the larger of the three angles in a right triangle using the length of the three sides.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Site A | Number | Opposite cathete |
1 | Site B | Number | Ancathete |
2 | Site C | Number | Hypotenuse |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Angle A | Number | alpha - is opposite to Input0 (in radians) |
1 | Angle B | Number | beta - is opposite to Input1 (in radians) |
2 | Angle C | Number | gamma - is opposite to Input2 and is always the right angle (in radians) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself