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