TrigGetLineAdjFromAngHyp Method

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

Definition

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

Parameters

angle  Single
Angle, in radians.
hypotenuse  Single
Hypotenuse length.

Return Value

Single
Length of adjacent line.

See Also