FPointRotate(FPoint, Single) Method

Rotate the caller's point around the origin.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint Rotate(
	FPoint point,
	float angle
)

Parameters

point  FPoint
Reference to the point to be rotated.
angle  Single
The angle at which to rotate the point, in radians.

Return Value

FPoint
Reference to a representation of the caller's point after being rotated by the specified angle around the origin.

See Also