FMatrix3RotateZ(FPoint3, Single) Method

Rotate the opint by the specified angle and return the new value to the caller.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FPoint3 RotateZ(
	FPoint3 point,
	float theta
)

Parameters

point  FPoint3
Point containing the source value to rotate.
theta  Single
The angle of rotation to apply to the axis, in radians.

Return Value

FPoint3
New vector containing the rotated coordinates.

See Also