TrigGetLineAdjFromAngOpp Method
Return the length of the adjacent line from the angle and opposite
length.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetLineAdjFromAngOpp(
float angle,
float opposite
)
Public Shared Function GetLineAdjFromAngOpp (
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 opposite line.
Single
Length of adjacent line.