FVector4GetMagnitude(FVector4, FVector4) 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 pointA,
FVector4 pointB
)
Public Shared Function GetMagnitude (
pointA As FVector4,
pointB As FVector4
) As FVector4
No code example is currently available or this language may not be supported.
- pointA FVector4
-
Starting point.
- pointB FVector4
-
Ending point.
FVector4
Ray of length values per axis.