TrigGetLineHypFromAdjOpp Method

Return the hypotenuse length from adjacent and opposite sides.

Definition

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

Parameters

adjacent  Single
Length of the adjacent side.
opposite  Single
Length of the opposite side.

Return Value

Single
Length of the hypotenuse.

See Also