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