TrigGetDestPointY Method
Return the y coordinate of the destination point.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static float GetDestPointY(
float centerY,
float angle,
float distance
)
Public Shared Function GetDestPointY (
centerY As Single,
angle As Single,
distance As Single
) As Single
No code example is currently available or this language may not be supported.
- centerY Single
-
Center y coordinate.
- angle Single
-
Angle, in radians.
- distance Single
-
Line distance.
Single
Destination y coordinate.