TrigGetLineOppFromAdjHyp Method

Return the length of the opposite line from adjacent and hypotenuse lengths.

Definition

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

Parameters

adjacent  Single
Length of adjacent side.
hypotenuse  Single
Length of hypotenuse.

Return Value

Single
Length of the opposite line.

See Also