TrigGetLineHypFromAngOpp Method

Return the length of the hypotenuse from the angle and opposite length.

Definition

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

Parameters

angle  Single
Angle, in radians.
opposite  Single
Length of the opposide side.

Return Value

Single
Length of hypotenuse.

See Also