TrigGetLineHypFromAngOpp Method
Return the length of the hypotenuse from the angle and opposite length.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineHypFromAngOpp(
float angle,
float opposite
)
Public Shared Function GetLineHypFromAngOpp (
angle As Single,
opposite As Single
) As Single
No code example is currently available or this language may not be supported.
- angle Single
-
Angle, in radians.
- opposite Single
-
Length of the opposide side.
Single
Length of hypotenuse.