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