TrigGetLineOppFromAngHyp Method

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

Definition

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

Parameters

angle  Single
Angle, in radians.
hypotenuse  Single
Length of the hypotenuse.

Return Value

Single
Length of the opposite line.

See Also