FPoint3Rotate(FPoint3, Single, Single, Single) Method
Rotate the caller's point around the origin.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FPoint3 Rotate(
FPoint3 point,
float thetaX,
float thetaY,
float thetaZ
)
Public Shared Function Rotate (
point As FPoint3,
thetaX As Single,
thetaY As Single,
thetaZ As Single
) As FPoint3
No code example is currently available or this language may not be supported.
- point FPoint3
-
Reference to the point to be rotated.
- thetaX Single
-
The angle at which to rotate the point on the X axis, in radians.
- thetaY Single
-
The angle at which to rotate the point on the Y axis, in radians.
- thetaZ Single
-
The angle at which to rotate the point on the Z axis, in radians.
FPoint3
Reference to a representation of the caller's point after being
rotated by the specified angle around the origin.