FPoint3Delta Method
Return the coordinate difference between two points.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FPoint3 Delta(
FPoint3 pointA,
FPoint3 pointB
)
Public Shared Function Delta (
pointA As FPoint3,
pointB As FPoint3
) As FPoint3
No code example is currently available or this language may not be supported.
- pointA FPoint3
-
Reference to the first point to compare.
- pointB FPoint3
-
Reference to the second point to compare.
FPoint3
Coordinate difference between two points.