TrigGetLineHypFromAngAdj Method

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

Definition

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

Parameters

angle  Single
Angle, in radians.
adjacent  Single
Length of the adjacent line.

Return Value

Single
Length of hypotenuse.

See Also