FPointRotate(Single, Single, Single) Method
Rotate the caller's point around the origin.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Rotate(
float x,
float y,
float angle
)
Public Shared Function Rotate (
x As Single,
y As Single,
angle As Single
) As FPoint
No code example is currently available or this language may not be supported.
- x Single
-
The X value to be rotated.
- y Single
-
The Y value to be rotated.
- angle Single
-
The angle at which to rotate the point, in radians.
FPoint
Reference to a representation of the caller's point after being
rotated by the specified angle around the origin.