TrigGetLineAdjFromHypOpp Method

Return the adjacent line from hypotenuse and opposite sides.

Definition

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

Parameters

hypotenuse  Single
Length of hypotenuse.
opposite  Single
Length of opposite.

Return Value

Single
Length of adjacent side.

See Also