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