FMatrix3RotateZ(FPoint3, Single) Method
Rotate the opint by the specified angle and return the new value to
the caller.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 RotateZ(
FPoint3 point,
float theta
)
Public Shared Function RotateZ (
point As FPoint3,
theta As Single
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
Point containing the source value to rotate.
- theta Single
-
The angle of rotation to apply to the axis, in radians.
FPoint3
New vector containing the rotated coordinates.