FMatrix3RotateX(FPoint3, Single) Method

Rotate the point 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 RotateX(
	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 point containing the rotated coordinates.

See Also