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