FMatrix2Rotate(FPoint, Single) Method
Rotate the 2D point by a specified angle, in radians.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint Rotate(
FPoint point,
float theta
)
Public Shared Function Rotate (
point As FPoint,
theta As Single
) As FPoint
No code example is currently available or this language may not be supported.
- point FPoint
-
Reference to the point to be rotated.
- theta Single
-
The angle by which to rotate the point, in radians.
FPoint
The rotated point, relative to 0,0.