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