TrigGetLineAdjFromAngOpp Method

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

Definition

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

Parameters

angle  Single
Angle, in radians.
opposite  Single
Length of opposite line.

Return Value

Single
Length of adjacent line.

See Also