TrigGetLineAngFromAdjOpp Method

Return the angle from the adjacent and opposite lengths.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetLineAngFromAdjOpp(
	float adjacent,
	float opposite
)

Parameters

adjacent  Single
Length of adjacent line.
opposite  Single
Length of opposite line.

Return Value

Single
Angle, in radians.

See Also