TrigGetDestPointY Method

Return the y coordinate of the destination point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static float GetDestPointY(
	float centerY,
	float angle,
	float distance
)

Parameters

centerY  Single
Center y coordinate.
angle  Single
Angle, in radians.
distance  Single
Line distance.

Return Value

Single
Destination y coordinate.

See Also