FVector4GetMagnitude(FVector4, Single, Single, Single, Single) Method
Return the raw lengths of each axis from point A to point B as a ray.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static FVector4 GetMagnitude(
FVector4 point,
float destinationX,
float destinationY,
float destinationZ,
float destinationW
)
Public Shared Function GetMagnitude (
point As FVector4,
destinationX As Single,
destinationY As Single,
destinationZ As Single,
destinationW As Single
) As FVector4
No code example is currently available or this language may not be supported.
- point FVector4
-
Starting point.
- destinationX Single
-
Destination X coordinate.
- destinationY Single
-
Destination Y coordinate.
- destinationZ Single
-
Destination Z coordinate.
- destinationW Single
-
Destination W coordinate.
FVector4
Ray of length values per axis.