TrigGetDestPoint(FPoint, Single, Single) Method
Return the destination coordinate.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint GetDestPoint(
FPoint center,
float angle,
float distance
)
Public Shared Function GetDestPoint (
center As FPoint,
angle As Single,
distance As Single
) As FPoint
No code example is currently available or this language may not be supported.
- center FPoint
-
Center coordinates.
- angle Single
-
The angle of the vector.
- distance Single
-
The length of the vector.
FPoint
The destation point of a vector from a central point, if found.
Otherwise, null.